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. |
Definition at line 37 of file nocomment.h.
|
Definition at line 39 of file nocomment.h. References is_. |
|
|
|
Definition at line 41 of file nocomment.h. |
|
|
|
Definition at line 43 of file nocomment.h. |
|
Definition at line 44 of file nocomment.h. |
|
|
|
Underlying istream from where the filter takes its input. Definition at line 48 of file nocomment.h. Referenced by NoCommentFilter(). |
dvutil-0.13.15 | [30 December, 2004] |