#include <nocomment.h>
Collaboration diagram for nocommentstream:
Public Member Functions | |
nocommentstream (std::istream &is) | |
Uses open stream. | |
~nocommentstream () | |
Destructor. | |
Private Attributes | |
NoCommentFilter | filter_ |
All characters following (and including) a '#' are ignored up to (but not including) the next newline character.
Definition at line 20 of file nocomment.h.
|
Uses open stream.
|
|
Destructor.
|
|
Definition at line 51 of file nocomment.h. |
dvutil-0.13.7 | [22 June, 2003] |