#include <iostream.h>
#include <limits.h>
#include <string>
Include dependency graph for skip-comments.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | skip_comments_istream |
Functions | |
std::istream & | skip_comment (std::istream &in) |
template<class T> skip_comments_istream & | operator>> (skip_comments_istream &in, T &t) |
template<> skip_comments_istream & | operator>> (skip_comments_istream &in, std::string &s) |
|
Definition at line 42 of file skip-comments.h. References skip_comments_istream::skip_comments. Referenced by istream_control_device_impl::read, and MutableVars::ReadValues. |
|
Definition at line 57 of file skip-comments.h. References skip_comments_istream::the_istream. |
|
Definition at line 7 of file skip-comments.C. |