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


Public Member Functions | |
| MImport (const std::string &, const std::string &, const LexicalAnnotation &) | |
| const std::string & | path () const |
| const std::string & | name () const |
| void | show (std::ostream &) const |
Public Member Functions inherited from hobbes::ModuleDefCase< MImport > | |
| 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 = 0 |
Private Attributes | |
| std::string | p |
| std::string | n |
Additional Inherited Members | |
Public Types inherited from hobbes::ModuleDefCase< MImport > | |
| typedef ModuleDefCase< MImport > | 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::MImport::MImport | ( | const std::string & | p, |
| const std::string & | n, | ||
| const LexicalAnnotation & | la | ||
| ) |
| const std::string & hobbes::MImport::name | ( | ) | const |
| const std::string & hobbes::MImport::path | ( | ) | const |
|
virtual |
Implements hobbes::ModuleDef.
|
private |
|
private |
|
static |
1.8.13