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

Public Member Functions

bool withConst (const Expr *v) const
 
bool with (const Var *v) const
 
bool with (const Let *v) const
 
bool with (const LetRec *v) const
 
bool with (const Fn *v) const
 
bool with (const App *v) const
 
bool with (const Assign *v) const
 
bool with (const MkArray *v) const
 
bool with (const MkVariant *v) const
 
bool with (const MkRecord *v) const
 
bool with (const AIndex *v) const
 
bool with (const Case *v) const
 
bool with (const Switch *v) const
 
bool with (const Proj *v) const
 
bool with (const Assump *v) const
 
bool with (const Pack *v) const
 
bool with (const Unpack *v) const
 
- Public Member Functions inherited from hobbes::switchExprC< bool >
bool with (const Unit *v) const
 
bool with (const Bool *v) const
 
bool with (const Char *v) const
 
bool with (const Byte *v) const
 
bool with (const Short *v) const
 
bool with (const Int *v) const
 
bool with (const Long *v) const
 
bool with (const Float *v) const
 
bool with (const Double *v) const
 

Private Member Functions

bool d (const Expr *v) const
 
bool r (const ExprPtr &v) const
 

Member Function Documentation

◆ d()

bool hobbes::hasSingularTypeF::d ( const Expr v) const
inlineprivate

◆ r()

bool hobbes::hasSingularTypeF::r ( const ExprPtr v) const
inlineprivate

◆ with() [1/16]

bool hobbes::hasSingularTypeF::with ( const Var v) const
inlinevirtual

◆ with() [2/16]

bool hobbes::hasSingularTypeF::with ( const Let v) const
inlinevirtual

◆ with() [3/16]

bool hobbes::hasSingularTypeF::with ( const LetRec v) const
inlinevirtual

◆ with() [4/16]

bool hobbes::hasSingularTypeF::with ( const Fn v) const
inlinevirtual

◆ with() [5/16]

bool hobbes::hasSingularTypeF::with ( const App v) const
inlinevirtual

◆ with() [6/16]

bool hobbes::hasSingularTypeF::with ( const Assign v) const
inlinevirtual

◆ with() [7/16]

bool hobbes::hasSingularTypeF::with ( const MkArray v) const
inlinevirtual

◆ with() [8/16]

bool hobbes::hasSingularTypeF::with ( const MkVariant v) const
inlinevirtual

◆ with() [9/16]

bool hobbes::hasSingularTypeF::with ( const MkRecord v) const
inlinevirtual

◆ with() [10/16]

bool hobbes::hasSingularTypeF::with ( const AIndex v) const
inlinevirtual

◆ with() [11/16]

bool hobbes::hasSingularTypeF::with ( const Case v) const
inlinevirtual

◆ with() [12/16]

bool hobbes::hasSingularTypeF::with ( const Switch v) const
inlinevirtual

◆ with() [13/16]

bool hobbes::hasSingularTypeF::with ( const Proj v) const
inlinevirtual

◆ with() [14/16]

bool hobbes::hasSingularTypeF::with ( const Assump v) const
inlinevirtual

◆ with() [15/16]

bool hobbes::hasSingularTypeF::with ( const Pack v) const
inlinevirtual

◆ with() [16/16]

bool hobbes::hasSingularTypeF::with ( const Unpack v) const
inlinevirtual

◆ withConst()

bool hobbes::hasSingularTypeF::withConst ( const Expr v) const
inlinevirtual

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