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::Switch::Binding Struct Reference

#include <expr.H>

Collaboration diagram for hobbes::Switch::Binding:
Collaboration graph

Public Member Functions

 Binding ()
 
 Binding (const PrimitivePtr &value, const ExprPtr &exp)
 

Public Attributes

PrimitivePtr value
 
ExprPtr exp
 

Constructor & Destructor Documentation

◆ Binding() [1/2]

hobbes::Switch::Binding::Binding ( )
inline

◆ Binding() [2/2]

hobbes::Switch::Binding::Binding ( const PrimitivePtr value,
const ExprPtr exp 
)
inline

Member Data Documentation

◆ exp

ExprPtr hobbes::Switch::Binding::exp

◆ value

PrimitivePtr hobbes::Switch::Binding::value

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