Dv::Util::nocommentstream::NoCommentFilter Class Reference

Implements Filter interface for filterstreambuf. More...

List of all members.

Public Member Functions

 NoCommentFilter (std::istream &is)
 ~NoCommentFilter ()
int put (int c)
int get ()
int sync ()
void close ()
std::ios::iostate state () const

Private Attributes

std::istream & is_
 Underlying istream from where the filter takes its input.

Detailed Description

Implements Filter interface for filterstreambuf.

Definition at line 37 of file nocomment.h.


Constructor & Destructor Documentation

Dv::Util::nocommentstream::NoCommentFilter::NoCommentFilter ( std::istream &  is  )  [inline]

Definition at line 39 of file nocomment.h.

Dv::Util::nocommentstream::NoCommentFilter::~NoCommentFilter (  ) 

Member Function Documentation

int Dv::Util::nocommentstream::NoCommentFilter::put ( int  c  )  [inline]

Definition at line 41 of file nocomment.h.

int Dv::Util::nocommentstream::NoCommentFilter::get (  ) 
int Dv::Util::nocommentstream::NoCommentFilter::sync (  )  [inline]

Definition at line 43 of file nocomment.h.

void Dv::Util::nocommentstream::NoCommentFilter::close (  )  [inline]

Definition at line 44 of file nocomment.h.

std::ios::iostate Dv::Util::nocommentstream::NoCommentFilter::state (  )  const

Member Data Documentation

Underlying istream from where the filter takes its input.

Definition at line 48 of file nocomment.h.


The documentation for this class was generated from the following file:

dvutil-1.0.10 [ 5 December, 2009]