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 } |
![]() | |
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 |
![]() | |
ModuleDefCase (const LexicalAnnotation &) | |
![]() | |
virtual | ~ModuleDef () |
int | case_id () const |
![]() | |
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 void | pushFileContext (const std::string &) |
static void | pushLiteralContext (const std::string &) |
static void | popContext () |
static LexicalAnnotation | make (const Pos &, const Pos &) |
![]() | |
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 |