hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Member Functions | Public Attributes | List of all members
hobbes::mtyLT Struct Reference
Inheritance diagram for hobbes::mtyLT:
Inheritance graph
Collaboration diagram for hobbes::mtyLT:
Collaboration graph

Public Member Functions

 mtyLT (const MonoTypePtr &rhs)
 
template<typename T >
const T * right () const
 
bool with (const Prim *v) const
 
bool with (const TVar *v) const
 
bool with (const TGen *v) const
 
bool with (const Array *v) const
 
bool with (const TString *v) const
 
bool with (const TLong *v) const
 
bool with (const TAbs *v) const
 
bool with (const TApp *v) const
 
bool with (const OpaquePtr *v) const
 
bool with (const FixedArray *v) const
 
bool with (const Func *v) const
 
bool with (const Variant *v) const
 
bool with (const Record *v) const
 
bool with (const Exists *v) const
 
bool with (const Recursive *v) const
 
bool with (const TExpr *v) const
 

Public Attributes

MonoTypePtr rhs
 

Constructor & Destructor Documentation

◆ mtyLT()

hobbes::mtyLT::mtyLT ( const MonoTypePtr rhs)
inline

Member Function Documentation

◆ right()

template<typename T >
const T* hobbes::mtyLT::right ( ) const
inline

◆ with() [1/16]

bool hobbes::mtyLT::with ( const Prim v) const
inlinevirtual

◆ with() [2/16]

bool hobbes::mtyLT::with ( const TVar v) const
inlinevirtual

◆ with() [3/16]

bool hobbes::mtyLT::with ( const TGen v) const
inlinevirtual

◆ with() [4/16]

bool hobbes::mtyLT::with ( const Array v) const
inlinevirtual

◆ with() [5/16]

bool hobbes::mtyLT::with ( const TString v) const
inlinevirtual

◆ with() [6/16]

bool hobbes::mtyLT::with ( const TLong v) const
inlinevirtual

◆ with() [7/16]

bool hobbes::mtyLT::with ( const TAbs v) const
inlinevirtual

◆ with() [8/16]

bool hobbes::mtyLT::with ( const TApp v) const
inlinevirtual

◆ with() [9/16]

bool hobbes::mtyLT::with ( const OpaquePtr v) const
inlinevirtual

◆ with() [10/16]

bool hobbes::mtyLT::with ( const FixedArray v) const
inlinevirtual

◆ with() [11/16]

bool hobbes::mtyLT::with ( const Func v) const
inlinevirtual

◆ with() [12/16]

bool hobbes::mtyLT::with ( const Variant v) const
inlinevirtual

◆ with() [13/16]

bool hobbes::mtyLT::with ( const Record v) const
inlinevirtual

◆ with() [14/16]

bool hobbes::mtyLT::with ( const Exists v) const
inlinevirtual

◆ with() [15/16]

bool hobbes::mtyLT::with ( const Recursive v) const
inlinevirtual

◆ with() [16/16]

bool hobbes::mtyLT::with ( const TExpr v) const
inlinevirtual

Member Data Documentation

◆ rhs

MonoTypePtr hobbes::mtyLT::rhs

The documentation for this struct was generated from the following file: