Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

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.

References is_.

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

std::istream& Dv::Util::nocommentstream::NoCommentFilter::is_ [private]
 

Underlying istream from where the filter takes its input.

Definition at line 48 of file nocomment.h.

Referenced by NoCommentFilter().


The documentation for this class was generated from the following file:
dvutil-0.13.15 [30 December, 2004]