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

#include <dfa.H>

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

Public Member Functions

virtual T with (const LoadVars *) const =0
 
virtual T with (const SwitchVal *) const =0
 
virtual T with (const SwitchVariant *) const =0
 
virtual T with (const FinishExpr *) const =0
 

Member Function Documentation

◆ with() [1/4]

template<typename T>
virtual T hobbes::switchMState< T >::with ( const LoadVars ) const
pure virtual

◆ with() [2/4]

template<typename T>
virtual T hobbes::switchMState< T >::with ( const SwitchVal ) const
pure virtual

◆ with() [3/4]

template<typename T>
virtual T hobbes::switchMState< T >::with ( const SwitchVariant ) const
pure virtual

◆ with() [4/4]

template<typename T>
virtual T hobbes::switchMState< T >::with ( const FinishExpr ) const
pure virtual

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