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::destructType Struct Reference
Inheritance diagram for hobbes::destructType:
Inheritance graph
Collaboration diagram for hobbes::destructType:
Collaboration graph

Public Member Functions

 destructType (MonoTypePtr *r)
 
bool with (const Prim *v) const
 
bool with (const OpaquePtr *v) const
 
bool with (const TVar *v) const
 
bool with (const TGen *v) const
 
bool with (const TAbs *v) const
 
bool with (const TApp *v) const
 
bool with (const FixedArray *v) const
 
bool with (const Array *v) const
 
bool with (const Variant *v) const
 
bool with (const Record *v) const
 
bool with (const Func *v) const
 
bool with (const Exists *v) const
 
bool with (const Recursive *v) const
 
bool with (const TString *v) const
 
bool with (const TLong *v) const
 
bool with (const TExpr *) const
 

Public Attributes

MonoTypePtrr = 0
 

Constructor & Destructor Documentation

◆ destructType()

hobbes::destructType::destructType ( MonoTypePtr r)
inline

Member Function Documentation

◆ with() [1/16]

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

◆ with() [2/16]

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

◆ with() [3/16]

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

◆ with() [4/16]

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

◆ with() [5/16]

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

◆ with() [6/16]

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

◆ with() [7/16]

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

◆ with() [8/16]

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

◆ with() [9/16]

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

◆ with() [10/16]

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

◆ with() [11/16]

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

◆ with() [12/16]

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

◆ with() [13/16]

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

◆ with() [14/16]

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

◆ with() [15/16]

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

◆ with() [16/16]

bool hobbes::destructType::with ( const TExpr ) const
inlinevirtual

Member Data Documentation

◆ r

MonoTypePtr* hobbes::destructType::r = 0

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