soma-io
4.7.0
|
This is the complete list of members for soma::PythonReader, including all inherited members.
attach(std::istream &s, int line_num=1) | soma::PythonReader | |
attach(carto::rc_ptr< DataSource > ds) | soma::PythonReader | |
attach(const std::string &filename) | soma::PythonReader | |
close() | soma::PythonReader | |
dataSource() | soma::PythonReader | |
dictHelper(carto::GenericObject *, const std::string &, PythonReader &r) | soma::PythonReader | static |
eof() const | soma::PythonReader | |
genericDictHelper(carto::GenericObject *, const std::string &, PythonReader &r) | soma::PythonReader | static |
genericSequenceHelper(carto::GenericObject *, const std::string &, PythonReader &r) | soma::PythonReader | static |
Helper typedef | soma::PythonReader | |
helpers() const | soma::PythonReader | |
helpers() | soma::PythonReader | |
HelperSet typedef | soma::PythonReader | |
init(const HelperSet &helpers) | soma::PythonReader | protected |
is_open() const | soma::PythonReader | |
line() const | soma::PythonReader | |
lineString() const | soma::PythonReader | |
name() const | soma::PythonReader | virtual |
open(const std::string &filename) __attribute__((__deprecated__("use attach() instead"))) | soma::PythonReader | |
operator!() const | soma::PythonReader | |
propertySetHelper(carto::GenericObject *, const std::string &, PythonReader &r) | soma::PythonReader | static |
PythonReader(const std::string &filename, const carto::SyntaxSet &rules=carto::SyntaxSet(), const HelperSet &helpers=HelperSet()) | soma::PythonReader | |
PythonReader(const carto::SyntaxSet &rules=carto::SyntaxSet(), const HelperSet &helpers=HelperSet()) | soma::PythonReader | |
PythonReader(carto::rc_ptr< DataSource > ds, const carto::SyntaxSet &rules=carto::SyntaxSet(), const HelperSet &helpers=HelperSet()) | soma::PythonReader | |
read() | soma::PythonReader | virtual |
read(carto::GenericObject &) | soma::PythonReader | virtual |
read(carto::Object &) | soma::PythonReader | virtual |
read(carto::GenericObject *parent, const std::string &semantic) | soma::PythonReader | |
readDictionary(carto::GenericObject &obj) | soma::PythonReader | |
readDictionary2(carto::GenericObject &obj) | soma::PythonReader | |
readIntDictionary2(carto::TypedObject< carto::IntDictionary > &obj) | soma::PythonReader | |
readString(char separator, unsigned &charsread) | soma::PythonReader | |
readSyntax(std::string &syntax) | soma::PythonReader | |
readUntil(const std::string &s) | soma::PythonReader | |
readVariableName() | soma::PythonReader | |
readWhile(const std::string &s) | soma::PythonReader | |
skipUntil(const std::string &s) | soma::PythonReader | |
skipWhile(const std::string &s) | soma::PythonReader | |
syntaxes() const | soma::PythonReader | |
syntaxes() | soma::PythonReader | |
~PythonReader() | soma::PythonReader | virtual |