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


Public Member Functions | |
| MVarTypeDef (const std::string &vname, const QualTypePtr &qty, const LexicalAnnotation &) | |
| const std::string & | varName () const |
| const QualTypePtr & | varType () const |
| void | show (std::ostream &out) const |
Public Member Functions inherited from hobbes::ModuleDefCase< MVarTypeDef > | |
| ModuleDefCase (const LexicalAnnotation &) | |
Public Member Functions inherited from hobbes::ModuleDef | |
| virtual | ~ModuleDef () |
| 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 |
Static Public Attributes | |
| static const int | type_case_id = 2 |
Private Attributes | |
| std::string | vname |
| QualTypePtr | qty |
Additional Inherited Members | |
Public Types inherited from hobbes::ModuleDefCase< MVarTypeDef > | |
| typedef ModuleDefCase< MVarTypeDef > | Base |
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 &) | |
| hobbes::MVarTypeDef::MVarTypeDef | ( | const std::string & | vname, |
| const QualTypePtr & | qty, | ||
| const LexicalAnnotation & | la | ||
| ) |
|
virtual |
Implements hobbes::ModuleDef.
| const std::string & hobbes::MVarTypeDef::varName | ( | ) | const |
| const QualTypePtr & hobbes::MVarTypeDef::varType | ( | ) | const |
|
private |
|
static |
|
private |
1.8.13