#include <skip-comments.h>
Public Member Functions | |
skip_comments_istream (std::istream &in, char comment_begin= '#', char comment_end= '\n') | |
std::istream & | the_istream () |
char | begin_comment () const |
std::istream & | skip_comments (std::istream &in) |
skip_comments_istream::skip_comments_istream | ( | std::istream & | in, | |
char | comment_begin = '#' , |
|||
char | comment_end = '\n' | |||
) | [inline] |
char skip_comments_istream::begin_comment | ( | ) | const [inline] |
Referenced by operator>>().
std::istream& skip_comments_istream::skip_comments | ( | std::istream & | in | ) | [inline] |
Referenced by skip_comment(), and the_istream().
std::istream& skip_comments_istream::the_istream | ( | ) | [inline] |
References skip_comments().
Referenced by operator>>().