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


Public Types | |
| enum | Visibility { Opaque, Transparent } |
Public Types inherited from hobbes::ModuleDefCase< MTypeDef > | |
| typedef ModuleDefCase< MTypeDef > | Base |
Public Member Functions | |
| MTypeDef (Visibility, const std::string &tname, const str::seq &targs, const MonoTypePtr &t, const LexicalAnnotation &) | |
| Visibility | visibility () const |
| const std::string & | name () const |
| const str::seq & | arguments () const |
| const MonoTypePtr & | type () const |
| void | show (std::ostream &) const |
Public Member Functions inherited from hobbes::ModuleDefCase< MTypeDef > | |
| 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 = 1 |
Private Attributes | |
| Visibility | v |
| std::string | tname |
| str::seq | targs |
| MonoTypePtr | t |
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 &) | |
| hobbes::MTypeDef::MTypeDef | ( | Visibility | v, |
| const std::string & | tname, | ||
| const str::seq & | targs, | ||
| const MonoTypePtr & | t, | ||
| const LexicalAnnotation & | la | ||
| ) |
| const str::seq & hobbes::MTypeDef::arguments | ( | ) | const |
| const std::string & hobbes::MTypeDef::name | ( | ) | const |
|
virtual |
Implements hobbes::ModuleDef.
| const MonoTypePtr & hobbes::MTypeDef::type | ( | ) | const |
| MTypeDef::Visibility hobbes::MTypeDef::visibility | ( | ) | const |
|
private |
|
private |
|
private |
|
static |
|
private |
1.8.13