hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | Friends | List of all members
hobbes::TGen Class Reference

#include <type.H>

Inheritance diagram for hobbes::TGen:
Inheritance graph
Collaboration diagram for hobbes::TGen:
Collaboration graph

Public Member Functions

int id () const
 
void show (std::ostream &out) const
 
- Public Member Functions inherited from hobbes::MonoTypeCase< TGen >
 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 (int)
 

Static Public Attributes

static const int type_case_id = 3
 

Private Member Functions

 TGen (int)
 

Private Attributes

int x
 

Friends

class MonoType
 

Additional Inherited Members

- Public Types inherited from hobbes::MonoType
typedef std::shared_ptr< MonoTypeptr
 
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)
 

Constructor & Destructor Documentation

◆ TGen()

hobbes::TGen::TGen ( int  x)
private

Member Function Documentation

◆ id()

int hobbes::TGen::id ( ) const

◆ make()

MonoTypePtr hobbes::TGen::make ( int  x)
static

◆ show()

void hobbes::TGen::show ( std::ostream &  out) const
virtual

Implements hobbes::MonoType.

Friends And Related Function Documentation

◆ MonoType

friend class MonoType
friend

Member Data Documentation

◆ type_case_id

const int hobbes::TGen::type_case_id = 3
static

◆ x

int hobbes::TGen::x
private

The documentation for this class was generated from the following files: