Fish - FiberLib for VISH 0.3
Fish - The Fiber Bundle API for the Vish Visualization Shell
Fiber::AccessibleParserContext Struct Reference
Inheritance diagram for Fiber::AccessibleParserContext:
Eagle::ParserContext Eagle::Context

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< stringUsedFields
Public Attributes inherited from Eagle::ParserContext
MemCore::RefPtr< NodeRootNode

Additional Inherited Members

Static Public Member Functions inherited from Eagle::Context
static bool isVariable (Context &C, id_t &id)