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 std::string & | value () const |
![]() | |
MonoTypeCase () | |
![]() | |
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 std::string &) |
Static Public Attributes | |
static const int | type_case_id = 10 |
Private Member Functions | |
TString (const std::string &) | |
Private Attributes | |
std::string | val |
Friends | |
class | MonoType |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< MonoType > | ptr |
typedef std::set< std::string > | TypeVarNames |
![]() | |
TypeVarNames | freeTVars |
int | tgenCount |
unsigned int | memorySize |
ptr | unaliasedType |
![]() | |
MonoType (int cid) | |
![]() | |
template<typename Class , typename T , typename ... Args> | |
static ptr | makeType (const Args &... args) |
|
private |
|
static |
|
virtual |
Implements hobbes::MonoType.
const std::string & hobbes::TString::value | ( | ) | const |
|
friend |
|
static |
|
private |