hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Types | Public Attributes | List of all members
hog::RunMode Struct Reference
Collaboration diagram for hog::RunMode:
Collaboration graph

Public Types

enum  type { local, batchsend, batchrecv }
 

Public Attributes

type t
 
std::string dir
 
std::set< std::string > groups
 
size_t clevel
 
size_t batchsendsize
 
long batchsendtime
 
std::string sendto
 
std::string localport
 

Member Enumeration Documentation

◆ type

Enumerator
local 
batchsend 
batchrecv 

Member Data Documentation

◆ batchsendsize

size_t hog::RunMode::batchsendsize

◆ batchsendtime

long hog::RunMode::batchsendtime

◆ clevel

size_t hog::RunMode::clevel

◆ dir

std::string hog::RunMode::dir

◆ groups

std::set<std::string> hog::RunMode::groups

◆ localport

std::string hog::RunMode::localport

◆ sendto

std::string hog::RunMode::sendto

◆ t

type hog::RunMode::t

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