Sirikata
Namespaces | Defines | Functions
cppoh/src/Options.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.


Defines

#define OPT_CONFIG_FILE   "cfg"
#define OPT_OH_PLUGINS   "oh.plugins"
#define OPT_OH_EXTRA_PLUGINS   "oh.extra-plugins"
#define OPT_OH_PLUGIN_SEARCH_PATHS   "oh.plugin-search"
#define STATS_OH_TRACE_FILE   "stats.oh-trace-filename"
#define STATS_SAMPLE_RATE   "stats.sample-rate"
#define OPT_OH_OPTIONS   "objecthost"
#define OPT_MAIN_SPACE   "mainspace"
#define OPT_SIGFPE   "sigfpe"
#define OPT_OBJECT_FACTORY   "object-factory"
#define OPT_OBJECT_FACTORY_OPTS   "object-factory-opts"
#define OPT_DEFAULT_SCRIPT_TYPE   "default-script-type"
#define OPT_DEFAULT_SCRIPT_OPTIONS   "default-script-opts"
#define OPT_DEFAULT_SCRIPT_CONTENTS   "default-script-contents"
#define OPT_OBJECT_STORAGE   "oh.storage"
#define OPT_OBJECT_STORAGE_OPTS   "oh.storage.opts"
#define OPT_OH_PERSISTENT_SET   "oh.persistentset"
#define OPT_OH_PERSISTENT_SET_OPTS   "oh.persistentset.opts"
#define OPT_OBJECT_QUERY_PROCESSOR   "oh.query-processor"
#define OPT_OBJECT_QUERY_PROCESSOR_OPTS   "oh.query-processor.opts"

Functions

void Sirikata::InitCPPOHOptions ()

Define Documentation

#define OPT_CONFIG_FILE   "cfg"
#define OPT_DEFAULT_SCRIPT_CONTENTS   "default-script-contents"
#define OPT_DEFAULT_SCRIPT_OPTIONS   "default-script-opts"
#define OPT_DEFAULT_SCRIPT_TYPE   "default-script-type"
#define OPT_MAIN_SPACE   "mainspace"

Referenced by Sirikata::InitCPPOHOptions(), and main().

#define OPT_OBJECT_FACTORY   "object-factory"

Referenced by Sirikata::InitCPPOHOptions(), and main().

#define OPT_OBJECT_FACTORY_OPTS   "object-factory-opts"

Referenced by Sirikata::InitCPPOHOptions(), and main().

#define OPT_OBJECT_QUERY_PROCESSOR   "oh.query-processor"

Referenced by Sirikata::InitCPPOHOptions(), and main().

#define OPT_OBJECT_QUERY_PROCESSOR_OPTS   "oh.query-processor.opts"

Referenced by Sirikata::InitCPPOHOptions(), and main().

#define OPT_OBJECT_STORAGE   "oh.storage"

Referenced by Sirikata::InitCPPOHOptions(), and main().

#define OPT_OBJECT_STORAGE_OPTS   "oh.storage.opts"

Referenced by Sirikata::InitCPPOHOptions(), and main().

#define OPT_OH_EXTRA_PLUGINS   "oh.extra-plugins"

Referenced by Sirikata::InitCPPOHOptions(), and main().

#define OPT_OH_OPTIONS   "objecthost"

Referenced by Sirikata::InitCPPOHOptions(), and main().

#define OPT_OH_PERSISTENT_SET   "oh.persistentset"

Referenced by Sirikata::InitCPPOHOptions(), and main().

#define OPT_OH_PERSISTENT_SET_OPTS   "oh.persistentset.opts"

Referenced by Sirikata::InitCPPOHOptions(), and main().

#define OPT_OH_PLUGIN_SEARCH_PATHS   "oh.plugin-search"

Referenced by Sirikata::InitCPPOHOptions(), and main().

#define OPT_OH_PLUGINS   "oh.plugins"

Referenced by Sirikata::InitCPPOHOptions(), and main().

#define OPT_SIGFPE   "sigfpe"

Referenced by Sirikata::InitCPPOHOptions(), and main().

#define STATS_OH_TRACE_FILE   "stats.oh-trace-filename"

Referenced by Sirikata::InitCPPOHOptions(), and main().

#define STATS_SAMPLE_RATE   "stats.sample-rate"