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


Public Member Functions | |
| void | show (std::ostream &out) const |
| const MonoTypePtr & | argument () const |
| const MonoTypePtr & | result () const |
| MonoTypes | parameters () const |
Public Member Functions inherited from hobbes::MonoTypeCase< Func > | |
| MonoTypeCase () | |
Public Member Functions inherited from hobbes::MonoType | |
| virtual | ~MonoType () |
| bool | operator== (const MonoType &rhs) const |
| int | case_id () const |
| template<typename Class , typename T , typename ... Args> | |
| MonoTypePtr | makeType (const Args &... args) |
Static Public Member Functions | |
| static MonoTypePtr | make (const MonoTypePtr &, const MonoTypePtr &) |
Static Public Attributes | |
| static const int | type_case_id = 8 |
Private Member Functions | |
| Func (const MonoTypePtr &, const MonoTypePtr &) | |
Private Attributes | |
| MonoTypePtr | aty |
| MonoTypePtr | rty |
Friends | |
| class | MonoType |
Additional Inherited Members | |
Public Types inherited from hobbes::MonoType | |
| typedef std::shared_ptr< MonoType > | ptr |
| typedef std::set< std::string > | TypeVarNames |
Public Attributes inherited from hobbes::MonoType | |
| TypeVarNames | freeTVars |
| int | tgenCount |
| unsigned int | memorySize |
| ptr | unaliasedType |
Protected Member Functions inherited from hobbes::MonoType | |
| MonoType (int cid) | |
Static Protected Member Functions inherited from hobbes::MonoType | |
| template<typename Class , typename T , typename ... Args> | |
| static ptr | makeType (const Args &... args) |
|
private |
| const MonoTypePtr & hobbes::Func::argument | ( | ) | const |
|
static |
| MonoTypes hobbes::Func::parameters | ( | ) | const |
| const MonoTypePtr & hobbes::Func::result | ( | ) | const |
|
virtual |
Implements hobbes::MonoType.
|
friend |
|
private |
|
private |
|
static |
1.8.13