34 #ifndef CARTOBASE_OBJECT_SREADER_H 35 #define CARTOBASE_OBJECT_SREADER_H 41 #ifndef CARTOBASE_STREAMS_CUIFSTREAM_H 44 #ifndef CARTOBASE_OBJECT_SYNTAX_H 95 std::string readUntil(
const std::string& s);
100 void skipWhile(
const std::string& s);
127 std::string nextToken();
131 void read(
Syntax& syntax);
141 std::string _filename;
std::istream & operator>>(std::istream &in, VoxelValue< T, C > &aa)
std::map< std::string, Syntax > SyntaxSet
This lookup table associates a syntactic attribute with its syntax.
SemanticSet Syntax
Specify syntax for syntactic attributes.
Filtering ifstream - counts lines and skips comments.
Read a SyntaxSet from a file.