|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Public Member Functions | |
| AccessibleParserContext (istream *is) | |
| bool | accessVariable (const type_info &T, const Context::id_t &id, const string &name) override |
Public Member Functions inherited from Eagle::ParserContext | |
| int | getStanza () const |
| string | getToken () const override |
| ParserContext (istream *arg_yyin=0, ostream *arg_yyout=0) | |
Public Member Functions inherited from Eagle::Context | |
| virtual bool | accessVariable (const type_info &type, const Context::id_t &id, const string &name) |
| size_t | findNumberOfVariables (const type_info &type) const |
| id_t | findVariable (const type_info &type, const string &s) const |
| int | iterate (const type_info &type, Iterator &it) |
Public Attributes | |
| set< string > | UsedFields |
Public Attributes inherited from Eagle::ParserContext | |
| MemCore::RefPtr< Node > | RootNode |
Additional Inherited Members | |
Static Public Member Functions inherited from Eagle::Context | |
| static bool | isVariable (Context &C, id_t &id) |