|
hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <module.H>


Public Types | |
| typedef ModuleDefCase< Case > | Base |
Public Member Functions | |
| ModuleDefCase (const LexicalAnnotation &) | |
Public Member Functions inherited from hobbes::ModuleDef | |
| virtual | ~ModuleDef () |
| virtual void | show (std::ostream &) const =0 |
| int | case_id () const |
Public Member Functions inherited from hobbes::LexicallyAnnotated | |
| LexicallyAnnotated (const LexicallyAnnotated &) | |
| LexicallyAnnotated (const LexicalAnnotation &) | |
| LexicallyAnnotated (const LexRange &) | |
| LexicallyAnnotated (const Pos &, const Pos &) | |
| const LexicalAnnotation & | la () const |
Additional Inherited Members | |
Static Public Member Functions inherited from hobbes::LexicallyAnnotated | |
| static void | pushFileContext (const std::string &) |
| static void | pushLiteralContext (const std::string &) |
| static void | popContext () |
| static LexicalAnnotation | make (const Pos &, const Pos &) |
Protected Member Functions inherited from hobbes::ModuleDef | |
| ModuleDef (int cid, const LexicalAnnotation &) | |
| typedef ModuleDefCase<Case> hobbes::ModuleDefCase< Case >::Base |
| hobbes::ModuleDefCase< Case >::ModuleDefCase | ( | const LexicalAnnotation & | la | ) |
1.8.13