hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Member Functions | List of all members
hobbes::switchType< T > Struct Template Referenceabstract

#include <type.H>

Inheritance diagram for hobbes::switchType< T >:
Inheritance graph
Collaboration diagram for hobbes::switchType< T >:
Collaboration graph

Public Member Functions

virtual T with (const Prim *v) const =0
 
virtual T with (const OpaquePtr *v) const =0
 
virtual T with (const TVar *v) const =0
 
virtual T with (const TGen *v) const =0
 
virtual T with (const TAbs *v) const =0
 
virtual T with (const TApp *v) const =0
 
virtual T with (const FixedArray *v) const =0
 
virtual T with (const Array *v) const =0
 
virtual T with (const Variant *v) const =0
 
virtual T with (const Record *v) const =0
 
virtual T with (const Func *v) const =0
 
virtual T with (const Exists *v) const =0
 
virtual T with (const Recursive *v) const =0
 
virtual T with (const TString *v) const =0
 
virtual T with (const TLong *v) const =0
 
virtual T with (const TExpr *) const =0
 

Member Function Documentation

◆ with() [1/16]

template<typename T>
virtual T hobbes::switchType< T >::with ( const Prim v) const
pure virtual

◆ with() [2/16]

template<typename T>
virtual T hobbes::switchType< T >::with ( const OpaquePtr v) const
pure virtual

◆ with() [3/16]

template<typename T>
virtual T hobbes::switchType< T >::with ( const TVar v) const
pure virtual

◆ with() [4/16]

template<typename T>
virtual T hobbes::switchType< T >::with ( const TGen v) const
pure virtual

◆ with() [5/16]

template<typename T>
virtual T hobbes::switchType< T >::with ( const TAbs v) const
pure virtual

◆ with() [6/16]

template<typename T>
virtual T hobbes::switchType< T >::with ( const TApp v) const
pure virtual

◆ with() [7/16]

template<typename T>
virtual T hobbes::switchType< T >::with ( const FixedArray v) const
pure virtual

◆ with() [8/16]

template<typename T>
virtual T hobbes::switchType< T >::with ( const Array v) const
pure virtual

◆ with() [9/16]

template<typename T>
virtual T hobbes::switchType< T >::with ( const Variant v) const
pure virtual

◆ with() [10/16]

template<typename T>
virtual T hobbes::switchType< T >::with ( const Record v) const
pure virtual

◆ with() [11/16]

template<typename T>
virtual T hobbes::switchType< T >::with ( const Func v) const
pure virtual

◆ with() [12/16]

template<typename T>
virtual T hobbes::switchType< T >::with ( const Exists v) const
pure virtual

◆ with() [13/16]

template<typename T>
virtual T hobbes::switchType< T >::with ( const Recursive v) const
pure virtual

◆ with() [14/16]

template<typename T>
virtual T hobbes::switchType< T >::with ( const TString v) const
pure virtual

◆ with() [15/16]

template<typename T>
virtual T hobbes::switchType< T >::with ( const TLong v) const
pure virtual

◆ with() [16/16]

template<typename T>
virtual T hobbes::switchType< T >::with ( const TExpr ) const
pure virtual

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