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

#include <expr.H>

Collaboration diagram for hobbes::Case::Binding:
Collaboration graph

Public Member Functions

 Binding ()
 
 Binding (const std::string &selector, const std::string &vname, const ExprPtr &exp)
 

Public Attributes

std::string selector
 
std::string vname
 
ExprPtr exp
 

Constructor & Destructor Documentation

◆ Binding() [1/2]

hobbes::Case::Binding::Binding ( )
inline

◆ Binding() [2/2]

hobbes::Case::Binding::Binding ( const std::string &  selector,
const std::string &  vname,
const ExprPtr exp 
)
inline

Member Data Documentation

◆ exp

ExprPtr hobbes::Case::Binding::exp

◆ selector

std::string hobbes::Case::Binding::selector

◆ vname

std::string hobbes::Case::Binding::vname

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