hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Types | Public Member Functions | Public Attributes | List of all members
hi::Args Struct Reference

#include <evaluator.H>

Collaboration diagram for hi::Args:
Collaboration graph

Public Types

typedef std::map< std::string, std::string > NameVals
 

Public Member Functions

 Args ()
 

Public Attributes

ModuleFiles mfiles
 
std::string evalExpr
 
bool showDbg
 
bool useDefColors
 
bool silent
 
int replPort
 
int httpdPort
 
bool exitAfterEval
 
NameVals scriptNameVals
 
bool machineREPL
 

Member Typedef Documentation

◆ NameVals

typedef std::map<std::string, std::string> hi::Args::NameVals

Constructor & Destructor Documentation

◆ Args()

hi::Args::Args ( )
inline

Member Data Documentation

◆ evalExpr

std::string hi::Args::evalExpr

◆ exitAfterEval

bool hi::Args::exitAfterEval

◆ httpdPort

int hi::Args::httpdPort

◆ machineREPL

bool hi::Args::machineREPL

◆ mfiles

ModuleFiles hi::Args::mfiles

◆ replPort

int hi::Args::replPort

◆ scriptNameVals

NameVals hi::Args::scriptNameVals

◆ showDbg

bool hi::Args::showDbg

◆ silent

bool hi::Args::silent

◆ useDefColors

bool hi::Args::useDefColors

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