Options to pass into an interpreter. More...

#include <Interpreter.h>

Public Member Functions

 operator bool ()
 

Static Public Member Functions

static void printUsageAndExit (const char *progName)
 
static InterpreterOptions fromCmdLine (int argc, char **argv)
 

Public Attributes

bool verbose
 
bool validate
 
bool withHTTP
 
bool withHTTPS
 
bool withWS
 
int logLevel
 
unsigned short httpPort
 
unsigned short httpsPort
 
unsigned short wsPort
 
std::string pluginPath
 
std::string certificate
 
std::string privateKey
 
std::string publicKey
 
std::vector< std::pair< std::string, InterpreterOptions * > > interpreters
 
std::map< std::string, std::string > additionalParameters
 
std::string error
 

Detailed Description

Options to pass into an interpreter.


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