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::ComprehensionDef Struct Reference

#include <expr.H>

Collaboration diagram for hobbes::ComprehensionDef:
Collaboration graph

Public Member Functions

 ComprehensionDef (const std::string &varname, const ExprPtr &ex)
 
 ComprehensionDef (const ExprPtr &ex)
 

Public Attributes

bool isfilter
 
std::string varname
 
ExprPtr ex
 

Constructor & Destructor Documentation

◆ ComprehensionDef() [1/2]

hobbes::ComprehensionDef::ComprehensionDef ( const std::string &  varname,
const ExprPtr ex 
)

◆ ComprehensionDef() [2/2]

hobbes::ComprehensionDef::ComprehensionDef ( const ExprPtr ex)

Member Data Documentation

◆ ex

ExprPtr hobbes::ComprehensionDef::ex

◆ isfilter

bool hobbes::ComprehensionDef::isfilter

◆ varname

std::string hobbes::ComprehensionDef::varname

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