|
soma-io
4.7.0
|
This is the complete list of members for soma::PythonWriter, including all inherited members.
| _catchFunction | soma::PythonWriter | protected |
| _datasource | soma::PythonWriter | protected |
| _helpers | soma::PythonWriter | protected |
| _noneString | soma::PythonWriter | protected |
| _quoteChar | soma::PythonWriter | protected |
| _rules | soma::PythonWriter | protected |
| _singleLine | soma::PythonWriter | protected |
| attach(std::ostream &s) | soma::PythonWriter | |
| attach(carto::rc_ptr< DataSource > ds) | soma::PythonWriter | |
| CatchFunction typedef | soma::PythonWriter | |
| close() | soma::PythonWriter | |
| dataSource() | soma::PythonWriter | inline |
| genericSequenceHelper(const carto::GenericObject &obj, PythonWriter &w, int ind, bool writeInternals) | soma::PythonWriter | static |
| Helper typedef | soma::PythonWriter | |
| helpers() const | soma::PythonWriter | |
| helpers() | soma::PythonWriter | |
| HelperSet typedef | soma::PythonWriter | |
| init(const HelperSet &helpers) | soma::PythonWriter | protected |
| is_open() const | soma::PythonWriter | |
| isInternal(const std::string &syntax, const std::string &semantic) | soma::PythonWriter | |
| name() const | soma::PythonWriter | virtual |
| noneString() const | soma::PythonWriter | inline |
| open(const std::string &filename) | soma::PythonWriter | |
| operator!() const | soma::PythonWriter | |
| PythonWriter(const std::string &filename, const carto::SyntaxSet &rules=carto::SyntaxSet(), const HelperSet &helpers=HelperSet()) | soma::PythonWriter | |
| PythonWriter(const carto::SyntaxSet &rules=carto::SyntaxSet(), const HelperSet &helpers=HelperSet()) | soma::PythonWriter | |
| PythonWriter(carto::rc_ptr< DataSource > ds, const carto::SyntaxSet &rules=carto::SyntaxSet(), const HelperSet &helpers=HelperSet()) | soma::PythonWriter | |
| quoteCharacter() const | soma::PythonWriter | inline |
| setCatchFunction(CatchFunction f) | soma::PythonWriter | |
| setNoneString(const std::string &none) | soma::PythonWriter | inline |
| setQuoteCharacter(char q) | soma::PythonWriter | inline |
| setSingleLineMode(bool x) | soma::PythonWriter | inline |
| singleLine() const | soma::PythonWriter | inline |
| syntaxes() const | soma::PythonWriter | |
| syntaxes() | soma::PythonWriter | |
| write(const carto::GenericObject &object, bool writeInternals=false, bool writevariable=true) | soma::PythonWriter | |
| write(const carto::Object &object, bool writeInternals=false, bool writevariable=true) | soma::PythonWriter | |
| write(const carto::GenericObject &object, int indent, const std::string &syntax="", const std::string &semantic="", bool writeInternals=false) | soma::PythonWriter | |
| write(const carto::Object &object, int indent, const std::string &syntax="", const std::string &semantic="", bool writeInternals=false) | soma::PythonWriter | |
| writeString(DataSource &, std::string) | soma::PythonWriter | |
| ~PythonWriter() | soma::PythonWriter | virtual |