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

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 25 of file nocomment.h.


Constructor & Destructor Documentation

nocommentstream::NoCommentFilter::NoCommentFilter std::istream &  is  )  [inline]
 

Definition at line 27 of file nocomment.h.

References is_.

nocommentstream::NoCommentFilter::~NoCommentFilter  ) 
 


Member Function Documentation

int nocommentstream::NoCommentFilter::put int  c  )  [inline]
 

Definition at line 29 of file nocomment.h.

int nocommentstream::NoCommentFilter::get  ) 
 

int nocommentstream::NoCommentFilter::sync  )  [inline]
 

Definition at line 31 of file nocomment.h.

void nocommentstream::NoCommentFilter::close  )  [inline]
 

Definition at line 32 of file nocomment.h.

std::ios::iostate nocommentstream::NoCommentFilter::state  )  const
 


Member Data Documentation

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

Underlying istream from where the filter takes its input.

Definition at line 38 of file nocomment.h.

Referenced by NoCommentFilter().


The documentation for this class was generated from the following file:
dvutil-0.13.7 [22 June, 2003]