Skip comment of the form: #text. More...
#include <iostream>
#include <string>
#include <climits>
#include <cctype>
Go to the source code of this file.
Classes | |
class | skip_comments_istream |
Functions | |
std::istream & | skip_comment (std::istream &in) |
skip_comments_istream & | operator>> (skip_comments_istream &in, std::string &s) |
template<class T > | |
skip_comments_istream & | operator>> (skip_comments_istream &in, T &t) |
Skip comment of the form: #text.
skip_comments_istream& operator>> | ( | skip_comments_istream & | in, | |
T & | t | |||
) | [inline] |
References skip_comments_istream::the_istream().
skip_comments_istream& operator>> | ( | skip_comments_istream & | in, | |
std::string & | s | |||
) | [inline] |
std::istream& skip_comment | ( | std::istream & | in | ) | [inline] |
References skip_comments_istream::skip_comments().
Referenced by istream_control_device_impl::read(), and MutableVars::ReadValues().