Open Lighting Architecture
|
The namespace containing all OLA symbols.
Namespaces | |
namespace | acn |
ACN related code. | |
namespace | dmx |
DMX512 related code. | |
namespace | e133 |
E1.33 (RDMNet) | |
namespace | http |
The embedded HTTP server. | |
namespace | io |
Classes for general I/O and event handling. | |
namespace | math |
Math helper functions. | |
namespace | messaging |
A framework for serializing simple message structures. | |
namespace | network |
Code for network communication. | |
namespace | rdm |
PLASA E1.20 Remote Device Management. | |
namespace | rpc |
The RPC (Remote Procedure Call) system. | |
namespace | stl |
STL Helper functions. | |
namespace | testing |
Code used for unit testing. | |
namespace | thread |
Threads and syncronization mechanisms. | |
namespace | timecode |
Timecode. | |
namespace | web |
Classes to build JSON. |
Classes | |
class | Action |
class | ActionQueue |
struct | PasswdEntry |
Contains information about a user. More... | |
struct | GroupEntry |
Contains information about a group. More... | |
class | BaseCallback0 |
The base class for all 0 argument callbacks. More... | |
class | Callback0 |
A 0 argument callback which can be called multiple times. More... | |
class | SingleUseCallback0 |
A 0 argument callback which deletes itself after it's run. More... | |
class | SingleUseCallback0< void > |
A 0 arg, single use callback that returns void. More... | |
class | FunctionCallback0_0 |
A Function callback with 0 create-time args and 0 exec time args. More... | |
class | MethodCallback0_0 |
A Method callback with 0 create-time args and 0 exec time args. More... | |
class | FunctionCallback1_0 |
A Function callback with 1 create-time args and 0 exec time args. More... | |
class | MethodCallback1_0 |
A Method callback with 1 create-time args and 0 exec time args. More... | |
class | FunctionCallback2_0 |
A Function callback with 2 create-time args and 0 exec time args. More... | |
class | MethodCallback2_0 |
A Method callback with 2 create-time args and 0 exec time args. More... | |
class | FunctionCallback3_0 |
A Function callback with 3 create-time args and 0 exec time args. More... | |
class | MethodCallback3_0 |
A Method callback with 3 create-time args and 0 exec time args. More... | |
class | FunctionCallback4_0 |
A Function callback with 4 create-time args and 0 exec time args. More... | |
class | MethodCallback4_0 |
A Method callback with 4 create-time args and 0 exec time args. More... | |
class | BaseCallback1 |
The base class for all 1 argument callbacks. More... | |
class | Callback1 |
A 1 argument callback which can be called multiple times. More... | |
class | SingleUseCallback1 |
A 1 argument callback which deletes itself after it's run. More... | |
class | SingleUseCallback1< void, Arg0 > |
A 1 arg, single use callback that returns void. More... | |
class | FunctionCallback0_1 |
A Function callback with 0 create-time args and 1 exec time args. More... | |
class | MethodCallback0_1 |
A Method callback with 0 create-time args and 1 exec time args. More... | |
class | FunctionCallback1_1 |
A Function callback with 1 create-time args and 1 exec time args. More... | |
class | MethodCallback1_1 |
A Method callback with 1 create-time args and 1 exec time args. More... | |
class | FunctionCallback2_1 |
A Function callback with 2 create-time args and 1 exec time args. More... | |
class | MethodCallback2_1 |
A Method callback with 2 create-time args and 1 exec time args. More... | |
class | FunctionCallback3_1 |
A Function callback with 3 create-time args and 1 exec time args. More... | |
class | MethodCallback3_1 |
A Method callback with 3 create-time args and 1 exec time args. More... | |
class | FunctionCallback4_1 |
A Function callback with 4 create-time args and 1 exec time args. More... | |
class | MethodCallback4_1 |
A Method callback with 4 create-time args and 1 exec time args. More... | |
class | BaseCallback2 |
The base class for all 2 argument callbacks. More... | |
class | Callback2 |
A 2 argument callback which can be called multiple times. More... | |
class | SingleUseCallback2 |
A 2 argument callback which deletes itself after it's run. More... | |
class | SingleUseCallback2< void, Arg0, Arg1 > |
A 2 arg, single use callback that returns void. More... | |
class | FunctionCallback0_2 |
A Function callback with 0 create-time args and 2 exec time args. More... | |
class | MethodCallback0_2 |
A Method callback with 0 create-time args and 2 exec time args. More... | |
class | FunctionCallback1_2 |
A Function callback with 1 create-time args and 2 exec time args. More... | |
class | MethodCallback1_2 |
A Method callback with 1 create-time args and 2 exec time args. More... | |
class | FunctionCallback2_2 |
A Function callback with 2 create-time args and 2 exec time args. More... | |
class | MethodCallback2_2 |
A Method callback with 2 create-time args and 2 exec time args. More... | |
class | FunctionCallback3_2 |
A Function callback with 3 create-time args and 2 exec time args. More... | |
class | MethodCallback3_2 |
A Method callback with 3 create-time args and 2 exec time args. More... | |
class | FunctionCallback4_2 |
A Function callback with 4 create-time args and 2 exec time args. More... | |
class | MethodCallback4_2 |
A Method callback with 4 create-time args and 2 exec time args. More... | |
class | BaseCallback3 |
The base class for all 3 argument callbacks. More... | |
class | Callback3 |
A 3 argument callback which can be called multiple times. More... | |
class | SingleUseCallback3 |
A 3 argument callback which deletes itself after it's run. More... | |
class | SingleUseCallback3< void, Arg0, Arg1, Arg2 > |
A 3 arg, single use callback that returns void. More... | |
class | FunctionCallback0_3 |
A Function callback with 0 create-time args and 3 exec time args. More... | |
class | MethodCallback0_3 |
A Method callback with 0 create-time args and 3 exec time args. More... | |
class | FunctionCallback1_3 |
A Function callback with 1 create-time args and 3 exec time args. More... | |
class | MethodCallback1_3 |
A Method callback with 1 create-time args and 3 exec time args. More... | |
class | FunctionCallback2_3 |
A Function callback with 2 create-time args and 3 exec time args. More... | |
class | MethodCallback2_3 |
A Method callback with 2 create-time args and 3 exec time args. More... | |
class | FunctionCallback3_3 |
A Function callback with 3 create-time args and 3 exec time args. More... | |
class | MethodCallback3_3 |
A Method callback with 3 create-time args and 3 exec time args. More... | |
class | FunctionCallback4_3 |
A Function callback with 4 create-time args and 3 exec time args. More... | |
class | MethodCallback4_3 |
A Method callback with 4 create-time args and 3 exec time args. More... | |
class | BaseCallback4 |
The base class for all 4 argument callbacks. More... | |
class | Callback4 |
A 4 argument callback which can be called multiple times. More... | |
class | SingleUseCallback4 |
A 4 argument callback which deletes itself after it's run. More... | |
class | SingleUseCallback4< void, Arg0, Arg1, Arg2, Arg3 > |
A 4 arg, single use callback that returns void. More... | |
class | FunctionCallback0_4 |
A Function callback with 0 create-time args and 4 exec time args. More... | |
class | MethodCallback0_4 |
A Method callback with 0 create-time args and 4 exec time args. More... | |
class | FunctionCallback1_4 |
A Function callback with 1 create-time args and 4 exec time args. More... | |
class | MethodCallback1_4 |
A Method callback with 1 create-time args and 4 exec time args. More... | |
class | FunctionCallback2_4 |
A Function callback with 2 create-time args and 4 exec time args. More... | |
class | MethodCallback2_4 |
A Method callback with 2 create-time args and 4 exec time args. More... | |
class | FunctionCallback3_4 |
A Function callback with 3 create-time args and 4 exec time args. More... | |
class | MethodCallback3_4 |
A Method callback with 3 create-time args and 4 exec time args. More... | |
class | FunctionCallback4_4 |
A Function callback with 4 create-time args and 4 exec time args. More... | |
class | MethodCallback4_4 |
A Method callback with 4 create-time args and 4 exec time args. More... | |
class | CallbackRunner |
Automatically execute a callback when it goes out of scope. More... | |
class | BaseTimeVal |
class | TimeInterval |
class | TimeStamp |
class | Clock |
class | MockClock |
class | DmxBuffer |
Used to hold a single universe of DMX data. More... | |
class | BaseVariable |
The base variable class. More... | |
struct | VariableLessThan |
class | BoolVariable |
A boolean variable. More... | |
class | StringVariable |
class | IntegerVariable |
class | CounterVariable |
class | MapVariable |
class | IntMap |
class | UIntMap |
class | ExportMap |
A container for the exported variables. More... | |
class | LogDestination |
The base class for log destinations. More... | |
class | StdErrorLogDestination |
A LogDestination that writes to stderr. More... | |
class | SyslogDestination |
A LogDestination that writes to syslog. More... | |
class | MultiCallback |
The MultiCallback class takes a limit & a callback. When the Run() method is called limit times, the callback is executed and the MultiCallback object deleted. More... | |
class | BackOffPolicy |
class | ConstantBackoffPolicy |
class | LinearBackoffPolicy |
class | ExponentialBackoffPolicy |
class | BackoffGenerator |
class | SequenceNumber |
class | AbstractDevice |
class | Device |
class | DmxSource |
class | AbstractPlugin |
struct | PluginLessThan |
class | Plugin |
class | PluginAdaptor |
class | Port |
class | InputPort |
class | OutputPort |
class | BasicInputPort |
class | BasicOutputPort |
class | PortBrokerInterface |
class | PortBroker |
class | Validator |
class | StringValidator |
class | SetValidator |
class | BoolValidator |
class | IntValidator |
class | IPv4Validator |
class | Preferences |
class | PreferencesFactory |
class | MemoryPreferences |
class | MemoryPreferencesFactory |
class | FilePreferenceSaverThread |
class | FileBackedPreferences |
class | FileBackedPreferencesFactory |
class | TokenBucket |
class | Universe |
class | OlaCallbackClient |
class | OlaClientObserver |
class | OlaClient |
class | OlaClientCore |
class | BaseClientWrapper |
class | GenericClientWrapper |
class | OlaPlugin |
class | OlaPort |
class | OlaInputPort |
class | OlaOutputPort |
class | OlaDevice |
class | OlaUniverse |
class | StreamingClient |
Send DMX512 data to olad. More... | |
class | Client |
class | ClientBroker |
struct | device_alias_pair |
class | DeviceManager |
class | DynamicPluginLoader |
class | BaseHttpAction |
class | SetNameAction |
class | SetMergeModeAction |
class | PatchPortAction |
class | PortPriorityInheritAction |
class | PortPriorityOverrideAction |
class | OlaDaemon |
class | OladHTTPServer |
class | OlaServer |
class | OlaServerServiceImpl |
class | OlaClientService |
class | OlaClientServiceFactory |
class | PluginLoader |
class | PluginManager |
class | PortManager |
class | RDMHTTPModule |
class | UniverseStore |
Typedefs | |
typedef MapVariable< string > | StringMap |
typedef GenericClientWrapper < OlaClient > | OlaClientWrapper |
typedef GenericClientWrapper < OlaClient > | SimpleClient |
typedef GenericClientWrapper < OlaCallbackClient > | OlaCallbackClientWrapper |
typedef int | OladHTTPServer_t |
typedef CallbackRunner < google::protobuf::Closure > | ClosureRunner |
Enumerations | |
enum | { DMX_UNIVERSE_SIZE = 512 } |
The number of slots in a DMX512 universe. More... | |
enum | log_level { OLA_LOG_NONE, OLA_LOG_FATAL, OLA_LOG_WARN, OLA_LOG_INFO, OLA_LOG_DEBUG, OLA_LOG_MAX } |
The OLA log levels. This controls the verbosity of logging. Each level also includes those below it. More... | |
enum | log_output { OLA_LOG_STDERR, OLA_LOG_SYSLOG, OLA_LOG_NULL } |
The destination to write log messages to. More... | |
enum | port_priority_mode { PRIORITY_MODE_INHERIT, PRIORITY_MODE_OVERRIDE, PRIORITY_MODE_END } |
enum | port_priority_capability { CAPABILITY_NONE, CAPABILITY_STATIC, CAPABILITY_FULL } |
enum | PatchAction { PATCH, UNPATCH } |
enum | RegisterAction { REGISTER, UNREGISTER } |
enum | PortDirection { INPUT_PORT, OUTPUT_PORT } |
Functions | |
void | SetHelpString (const string &first_line, const string &description) |
Set the help string for the program. | |
void | DisplayUsage () |
Print the usage text to stderr. | |
void | ParseFlags (int *argc, char **argv) |
Parses the command line flags up to the first non-flag value. argv is re-arranged so that it only contains non-flag arguments. | |
bool | ServerInit (int argc, char *argv[], ExportMap *export_map) |
Used to initialize a server. Installs the SEGV handler, initializes the random number generator and populates the export map. | |
bool | AppInit (int argc, char *argv[]) |
Used to initialize a application. Installs the SEGV handler and initializes the random number generator. | |
bool | InstallSignal (int signal, void(*fp)(int signo)) |
Install a signal handler. | |
bool | InstallSEGVHandler () |
Install signal handlers to deal with SIGBUS & SIGSEGV. | |
void | InitExportMap (int argc, char *argv[], ExportMap *export_map) |
Populate the ExportMap with a couple of basic variables. | |
void | Daemonise () |
Run as a daemon. | |
void | SetLogLevel (log_level level) |
Set the logging level. | |
void | IncrementLogLevel () |
Increment the log level by one. The log level wraps to OLA_LOG_NONE. | |
bool | InitLoggingFromFlags () |
Initialize the OLA logging system from flags. | |
bool | InitLogging (log_level level, log_output output) |
Initialize the OLA logging system. | |
void | InitLogging (log_level level, LogDestination *destination) |
Initialize the OLA logging system using the specified LogDestination. | |
std::ostream & | operator<< (std::ostream &out, const DmxBuffer &data) |
Stream operator to allow DmxBuffer to be output to stdout. | |
void | StringSplit (const string &input, vector< string > &tokens, const string &delimiters=" ") |
Split a string into pieces. | |
void | StringTrim (std::string *input) |
void | ShortenString (string *input) |
Truncate the string based on the presence of \0 characters. | |
bool | StringEndsWith (const string &s, const string &suffix) |
Check if one string is a suffix of another. | |
string | IntToString (int i) |
Convert an int to a string. | |
string | IntToString (unsigned int i) |
bool | StringToBool (const string &value, bool *output) |
Convert a string to a bool. The string can be 'true' or 'false'. | |
bool | StringToInt (const string &value, unsigned int *output, bool strict=false) |
Convert a string to a unsigned int. | |
bool | StringToInt (const string &value, uint16_t *output, bool strict=false) |
Convert a string to a uint16_t. | |
bool | StringToInt (const string &value, uint8_t *output, bool strict=false) |
Convert a string to a uint8_t. | |
bool | StringToInt (const string &value, int *output, bool strict=false) |
Convert a string to a int. | |
bool | StringToInt (const string &value, int16_t *output, bool strict=false) |
Convert a string to a int16_t. | |
bool | StringToInt (const string &value, int8_t *output, bool strict=false) |
Convert a string to a int8_t. | |
void | Escape (string *original) |
Escape a string with \ . | |
string | EscapeString (const string &original) |
Escape a string, returning a copy. | |
bool | HexStringToInt (const string &value, uint8_t *output) |
Convert a hex string to a uint8_t. | |
bool | HexStringToInt (const string &value, uint16_t *output) |
Convert a hex string to a uint16_t. | |
bool | HexStringToInt (const string &value, uint32_t *output) |
Convert a hex string to a uint32_t. | |
bool | HexStringToInt (const string &value, int8_t *output) |
Convert a hex string to a int8_t. | |
bool | HexStringToInt (const string &value, int16_t *output) |
Convert a hex string to a int16_t. | |
bool | HexStringToInt (const string &value, int32_t *output) |
Convert a hex string to a int32_t. | |
void | ToLower (string *s) |
Convert a string to lower case. | |
void | ToUpper (string *s) |
Convert a string to upper case. | |
void | CapitalizeLabel (string *s) |
Transform a string to a pretty-printed form. | |
void | CustomCapitalizeLabel (string *s) |
Similar to CapitalizeLabel() but this also capitalized known acronyms. | |
void | FormatData (std::ostream *out, const uint8_t *data, unsigned int length, unsigned int indent=0, unsigned int byte_per_line=8) |
Write binary data to an ostream in a human readable form. | |
template<typename ReturnType > | |
SingleUseCallback0< ReturnType > * | NewSingleCallback (ReturnType(*callback)()) |
A helper function to create a new SingleUseCallback with 0 create-time arguments and 0 execution time arguments. | |
template<typename ReturnType > | |
Callback0< ReturnType > * | NewCallback (ReturnType(*callback)()) |
A helper function to create a new Callback with 0 create-time arguments and 0 execution time arguments. | |
template<typename Class , typename ReturnType > | |
SingleUseCallback0< ReturnType > * | NewSingleCallback (Class *object, ReturnType(Class::*method)()) |
A helper function to create a new SingleUseCallback with 0 create-time arguments and 0 execution time arguments. | |
template<typename Class , typename ReturnType > | |
Callback0< ReturnType > * | NewCallback (Class *object, ReturnType(Class::*method)()) |
A helper function to create a new Callback with 0 create-time arguments and 0 execution time arguments. | |
template<typename ReturnType , typename A0 > | |
SingleUseCallback0< ReturnType > * | NewSingleCallback (ReturnType(*callback)(A0), A0 a0) |
A helper function to create a new SingleUseCallback with 1 create-time arguments and 0 execution time arguments. | |
template<typename ReturnType , typename A0 > | |
Callback0< ReturnType > * | NewCallback (ReturnType(*callback)(A0), A0 a0) |
A helper function to create a new Callback with 1 create-time arguments and 0 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 > | |
SingleUseCallback0< ReturnType > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0), A0 a0) |
A helper function to create a new SingleUseCallback with 1 create-time arguments and 0 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 > | |
Callback0< ReturnType > * | NewCallback (Class *object, ReturnType(Class::*method)(A0), A0 a0) |
A helper function to create a new Callback with 1 create-time arguments and 0 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 > | |
SingleUseCallback0< ReturnType > * | NewSingleCallback (ReturnType(*callback)(A0, A1), A0 a0, A1 a1) |
A helper function to create a new SingleUseCallback with 2 create-time arguments and 0 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 > | |
Callback0< ReturnType > * | NewCallback (ReturnType(*callback)(A0, A1), A0 a0, A1 a1) |
A helper function to create a new Callback with 2 create-time arguments and 0 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 > | |
SingleUseCallback0< ReturnType > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, A1), A0 a0, A1 a1) |
A helper function to create a new SingleUseCallback with 2 create-time arguments and 0 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 > | |
Callback0< ReturnType > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, A1), A0 a0, A1 a1) |
A helper function to create a new Callback with 2 create-time arguments and 0 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 > | |
SingleUseCallback0< ReturnType > * | NewSingleCallback (ReturnType(*callback)(A0, A1, A2), A0 a0, A1 a1, A2 a2) |
A helper function to create a new SingleUseCallback with 3 create-time arguments and 0 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 > | |
Callback0< ReturnType > * | NewCallback (ReturnType(*callback)(A0, A1, A2), A0 a0, A1 a1, A2 a2) |
A helper function to create a new Callback with 3 create-time arguments and 0 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 > | |
SingleUseCallback0< ReturnType > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2), A0 a0, A1 a1, A2 a2) |
A helper function to create a new SingleUseCallback with 3 create-time arguments and 0 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 > | |
Callback0< ReturnType > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2), A0 a0, A1 a1, A2 a2) |
A helper function to create a new Callback with 3 create-time arguments and 0 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 > | |
SingleUseCallback0< ReturnType > * | NewSingleCallback (ReturnType(*callback)(A0, A1, A2, A3), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new SingleUseCallback with 4 create-time arguments and 0 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 > | |
Callback0< ReturnType > * | NewCallback (ReturnType(*callback)(A0, A1, A2, A3), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new Callback with 4 create-time arguments and 0 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 > | |
SingleUseCallback0< ReturnType > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2, A3), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new SingleUseCallback with 4 create-time arguments and 0 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 > | |
Callback0< ReturnType > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2, A3), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new Callback with 4 create-time arguments and 0 execution time arguments. | |
template<typename ReturnType , typename Arg0 > | |
SingleUseCallback1< ReturnType, Arg0 > * | NewSingleCallback (ReturnType(*callback)(Arg0)) |
A helper function to create a new SingleUseCallback with 0 create-time arguments and 1 execution time arguments. | |
template<typename ReturnType , typename Arg0 > | |
Callback1< ReturnType, Arg0 > * | NewCallback (ReturnType(*callback)(Arg0)) |
A helper function to create a new Callback with 0 create-time arguments and 1 execution time arguments. | |
template<typename Class , typename ReturnType , typename Arg0 > | |
SingleUseCallback1< ReturnType, Arg0 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(Arg0)) |
A helper function to create a new SingleUseCallback with 0 create-time arguments and 1 execution time arguments. | |
template<typename Class , typename ReturnType , typename Arg0 > | |
Callback1< ReturnType, Arg0 > * | NewCallback (Class *object, ReturnType(Class::*method)(Arg0)) |
A helper function to create a new Callback with 0 create-time arguments and 1 execution time arguments. | |
template<typename ReturnType , typename A0 , typename Arg0 > | |
SingleUseCallback1< ReturnType, Arg0 > * | NewSingleCallback (ReturnType(*callback)(A0, Arg0), A0 a0) |
A helper function to create a new SingleUseCallback with 1 create-time arguments and 1 execution time arguments. | |
template<typename ReturnType , typename A0 , typename Arg0 > | |
Callback1< ReturnType, Arg0 > * | NewCallback (ReturnType(*callback)(A0, Arg0), A0 a0) |
A helper function to create a new Callback with 1 create-time arguments and 1 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename Arg0 > | |
SingleUseCallback1< ReturnType, Arg0 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, Arg0), A0 a0) |
A helper function to create a new SingleUseCallback with 1 create-time arguments and 1 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename Arg0 > | |
Callback1< ReturnType, Arg0 > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, Arg0), A0 a0) |
A helper function to create a new Callback with 1 create-time arguments and 1 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename Arg0 > | |
SingleUseCallback1< ReturnType, Arg0 > * | NewSingleCallback (ReturnType(*callback)(A0, A1, Arg0), A0 a0, A1 a1) |
A helper function to create a new SingleUseCallback with 2 create-time arguments and 1 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename Arg0 > | |
Callback1< ReturnType, Arg0 > * | NewCallback (ReturnType(*callback)(A0, A1, Arg0), A0 a0, A1 a1) |
A helper function to create a new Callback with 2 create-time arguments and 1 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename Arg0 > | |
SingleUseCallback1< ReturnType, Arg0 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, A1, Arg0), A0 a0, A1 a1) |
A helper function to create a new SingleUseCallback with 2 create-time arguments and 1 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename Arg0 > | |
Callback1< ReturnType, Arg0 > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, A1, Arg0), A0 a0, A1 a1) |
A helper function to create a new Callback with 2 create-time arguments and 1 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 , typename Arg0 > | |
SingleUseCallback1< ReturnType, Arg0 > * | NewSingleCallback (ReturnType(*callback)(A0, A1, A2, Arg0), A0 a0, A1 a1, A2 a2) |
A helper function to create a new SingleUseCallback with 3 create-time arguments and 1 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 , typename Arg0 > | |
Callback1< ReturnType, Arg0 > * | NewCallback (ReturnType(*callback)(A0, A1, A2, Arg0), A0 a0, A1 a1, A2 a2) |
A helper function to create a new Callback with 3 create-time arguments and 1 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 , typename Arg0 > | |
SingleUseCallback1< ReturnType, Arg0 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2, Arg0), A0 a0, A1 a1, A2 a2) |
A helper function to create a new SingleUseCallback with 3 create-time arguments and 1 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 , typename Arg0 > | |
Callback1< ReturnType, Arg0 > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2, Arg0), A0 a0, A1 a1, A2 a2) |
A helper function to create a new Callback with 3 create-time arguments and 1 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 , typename Arg0 > | |
SingleUseCallback1< ReturnType, Arg0 > * | NewSingleCallback (ReturnType(*callback)(A0, A1, A2, A3, Arg0), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new SingleUseCallback with 4 create-time arguments and 1 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 , typename Arg0 > | |
Callback1< ReturnType, Arg0 > * | NewCallback (ReturnType(*callback)(A0, A1, A2, A3, Arg0), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new Callback with 4 create-time arguments and 1 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 , typename Arg0 > | |
SingleUseCallback1< ReturnType, Arg0 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2, A3, Arg0), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new SingleUseCallback with 4 create-time arguments and 1 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 , typename Arg0 > | |
Callback1< ReturnType, Arg0 > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2, A3, Arg0), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new Callback with 4 create-time arguments and 1 execution time arguments. | |
template<typename ReturnType , typename Arg0 , typename Arg1 > | |
SingleUseCallback2< ReturnType, Arg0, Arg1 > * | NewSingleCallback (ReturnType(*callback)(Arg0, Arg1)) |
A helper function to create a new SingleUseCallback with 0 create-time arguments and 2 execution time arguments. | |
template<typename ReturnType , typename Arg0 , typename Arg1 > | |
Callback2< ReturnType, Arg0, Arg1 > * | NewCallback (ReturnType(*callback)(Arg0, Arg1)) |
A helper function to create a new Callback with 0 create-time arguments and 2 execution time arguments. | |
template<typename Class , typename ReturnType , typename Arg0 , typename Arg1 > | |
SingleUseCallback2< ReturnType, Arg0, Arg1 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(Arg0, Arg1)) |
A helper function to create a new SingleUseCallback with 0 create-time arguments and 2 execution time arguments. | |
template<typename Class , typename ReturnType , typename Arg0 , typename Arg1 > | |
Callback2< ReturnType, Arg0, Arg1 > * | NewCallback (Class *object, ReturnType(Class::*method)(Arg0, Arg1)) |
A helper function to create a new Callback with 0 create-time arguments and 2 execution time arguments. | |
template<typename ReturnType , typename A0 , typename Arg0 , typename Arg1 > | |
SingleUseCallback2< ReturnType, Arg0, Arg1 > * | NewSingleCallback (ReturnType(*callback)(A0, Arg0, Arg1), A0 a0) |
A helper function to create a new SingleUseCallback with 1 create-time arguments and 2 execution time arguments. | |
template<typename ReturnType , typename A0 , typename Arg0 , typename Arg1 > | |
Callback2< ReturnType, Arg0, Arg1 > * | NewCallback (ReturnType(*callback)(A0, Arg0, Arg1), A0 a0) |
A helper function to create a new Callback with 1 create-time arguments and 2 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename Arg0 , typename Arg1 > | |
SingleUseCallback2< ReturnType, Arg0, Arg1 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, Arg0, Arg1), A0 a0) |
A helper function to create a new SingleUseCallback with 1 create-time arguments and 2 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename Arg0 , typename Arg1 > | |
Callback2< ReturnType, Arg0, Arg1 > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, Arg0, Arg1), A0 a0) |
A helper function to create a new Callback with 1 create-time arguments and 2 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename Arg0 , typename Arg1 > | |
SingleUseCallback2< ReturnType, Arg0, Arg1 > * | NewSingleCallback (ReturnType(*callback)(A0, A1, Arg0, Arg1), A0 a0, A1 a1) |
A helper function to create a new SingleUseCallback with 2 create-time arguments and 2 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename Arg0 , typename Arg1 > | |
Callback2< ReturnType, Arg0, Arg1 > * | NewCallback (ReturnType(*callback)(A0, A1, Arg0, Arg1), A0 a0, A1 a1) |
A helper function to create a new Callback with 2 create-time arguments and 2 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename Arg0 , typename Arg1 > | |
SingleUseCallback2< ReturnType, Arg0, Arg1 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, A1, Arg0, Arg1), A0 a0, A1 a1) |
A helper function to create a new SingleUseCallback with 2 create-time arguments and 2 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename Arg0 , typename Arg1 > | |
Callback2< ReturnType, Arg0, Arg1 > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, A1, Arg0, Arg1), A0 a0, A1 a1) |
A helper function to create a new Callback with 2 create-time arguments and 2 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 , typename Arg0 , typename Arg1 > | |
SingleUseCallback2< ReturnType, Arg0, Arg1 > * | NewSingleCallback (ReturnType(*callback)(A0, A1, A2, Arg0, Arg1), A0 a0, A1 a1, A2 a2) |
A helper function to create a new SingleUseCallback with 3 create-time arguments and 2 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 , typename Arg0 , typename Arg1 > | |
Callback2< ReturnType, Arg0, Arg1 > * | NewCallback (ReturnType(*callback)(A0, A1, A2, Arg0, Arg1), A0 a0, A1 a1, A2 a2) |
A helper function to create a new Callback with 3 create-time arguments and 2 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 , typename Arg0 , typename Arg1 > | |
SingleUseCallback2< ReturnType, Arg0, Arg1 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2, Arg0, Arg1), A0 a0, A1 a1, A2 a2) |
A helper function to create a new SingleUseCallback with 3 create-time arguments and 2 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 , typename Arg0 , typename Arg1 > | |
Callback2< ReturnType, Arg0, Arg1 > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2, Arg0, Arg1), A0 a0, A1 a1, A2 a2) |
A helper function to create a new Callback with 3 create-time arguments and 2 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 , typename Arg0 , typename Arg1 > | |
SingleUseCallback2< ReturnType, Arg0, Arg1 > * | NewSingleCallback (ReturnType(*callback)(A0, A1, A2, A3, Arg0, Arg1), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new SingleUseCallback with 4 create-time arguments and 2 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 , typename Arg0 , typename Arg1 > | |
Callback2< ReturnType, Arg0, Arg1 > * | NewCallback (ReturnType(*callback)(A0, A1, A2, A3, Arg0, Arg1), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new Callback with 4 create-time arguments and 2 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 , typename Arg0 , typename Arg1 > | |
SingleUseCallback2< ReturnType, Arg0, Arg1 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2, A3, Arg0, Arg1), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new SingleUseCallback with 4 create-time arguments and 2 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 , typename Arg0 , typename Arg1 > | |
Callback2< ReturnType, Arg0, Arg1 > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2, A3, Arg0, Arg1), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new Callback with 4 create-time arguments and 2 execution time arguments. | |
template<typename ReturnType , typename Arg0 , typename Arg1 , typename Arg2 > | |
SingleUseCallback3< ReturnType, Arg0, Arg1, Arg2 > * | NewSingleCallback (ReturnType(*callback)(Arg0, Arg1, Arg2)) |
A helper function to create a new SingleUseCallback with 0 create-time arguments and 3 execution time arguments. | |
template<typename ReturnType , typename Arg0 , typename Arg1 , typename Arg2 > | |
Callback3< ReturnType, Arg0, Arg1, Arg2 > * | NewCallback (ReturnType(*callback)(Arg0, Arg1, Arg2)) |
A helper function to create a new Callback with 0 create-time arguments and 3 execution time arguments. | |
template<typename Class , typename ReturnType , typename Arg0 , typename Arg1 , typename Arg2 > | |
SingleUseCallback3< ReturnType, Arg0, Arg1, Arg2 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(Arg0, Arg1, Arg2)) |
A helper function to create a new SingleUseCallback with 0 create-time arguments and 3 execution time arguments. | |
template<typename Class , typename ReturnType , typename Arg0 , typename Arg1 , typename Arg2 > | |
Callback3< ReturnType, Arg0, Arg1, Arg2 > * | NewCallback (Class *object, ReturnType(Class::*method)(Arg0, Arg1, Arg2)) |
A helper function to create a new Callback with 0 create-time arguments and 3 execution time arguments. | |
template<typename ReturnType , typename A0 , typename Arg0 , typename Arg1 , typename Arg2 > | |
SingleUseCallback3< ReturnType, Arg0, Arg1, Arg2 > * | NewSingleCallback (ReturnType(*callback)(A0, Arg0, Arg1, Arg2), A0 a0) |
A helper function to create a new SingleUseCallback with 1 create-time arguments and 3 execution time arguments. | |
template<typename ReturnType , typename A0 , typename Arg0 , typename Arg1 , typename Arg2 > | |
Callback3< ReturnType, Arg0, Arg1, Arg2 > * | NewCallback (ReturnType(*callback)(A0, Arg0, Arg1, Arg2), A0 a0) |
A helper function to create a new Callback with 1 create-time arguments and 3 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename Arg0 , typename Arg1 , typename Arg2 > | |
SingleUseCallback3< ReturnType, Arg0, Arg1, Arg2 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, Arg0, Arg1, Arg2), A0 a0) |
A helper function to create a new SingleUseCallback with 1 create-time arguments and 3 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename Arg0 , typename Arg1 , typename Arg2 > | |
Callback3< ReturnType, Arg0, Arg1, Arg2 > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, Arg0, Arg1, Arg2), A0 a0) |
A helper function to create a new Callback with 1 create-time arguments and 3 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename Arg0 , typename Arg1 , typename Arg2 > | |
SingleUseCallback3< ReturnType, Arg0, Arg1, Arg2 > * | NewSingleCallback (ReturnType(*callback)(A0, A1, Arg0, Arg1, Arg2), A0 a0, A1 a1) |
A helper function to create a new SingleUseCallback with 2 create-time arguments and 3 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename Arg0 , typename Arg1 , typename Arg2 > | |
Callback3< ReturnType, Arg0, Arg1, Arg2 > * | NewCallback (ReturnType(*callback)(A0, A1, Arg0, Arg1, Arg2), A0 a0, A1 a1) |
A helper function to create a new Callback with 2 create-time arguments and 3 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename Arg0 , typename Arg1 , typename Arg2 > | |
SingleUseCallback3< ReturnType, Arg0, Arg1, Arg2 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, A1, Arg0, Arg1, Arg2), A0 a0, A1 a1) |
A helper function to create a new SingleUseCallback with 2 create-time arguments and 3 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename Arg0 , typename Arg1 , typename Arg2 > | |
Callback3< ReturnType, Arg0, Arg1, Arg2 > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, A1, Arg0, Arg1, Arg2), A0 a0, A1 a1) |
A helper function to create a new Callback with 2 create-time arguments and 3 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 , typename Arg0 , typename Arg1 , typename Arg2 > | |
SingleUseCallback3< ReturnType, Arg0, Arg1, Arg2 > * | NewSingleCallback (ReturnType(*callback)(A0, A1, A2, Arg0, Arg1, Arg2), A0 a0, A1 a1, A2 a2) |
A helper function to create a new SingleUseCallback with 3 create-time arguments and 3 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 , typename Arg0 , typename Arg1 , typename Arg2 > | |
Callback3< ReturnType, Arg0, Arg1, Arg2 > * | NewCallback (ReturnType(*callback)(A0, A1, A2, Arg0, Arg1, Arg2), A0 a0, A1 a1, A2 a2) |
A helper function to create a new Callback with 3 create-time arguments and 3 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 , typename Arg0 , typename Arg1 , typename Arg2 > | |
SingleUseCallback3< ReturnType, Arg0, Arg1, Arg2 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2, Arg0, Arg1, Arg2), A0 a0, A1 a1, A2 a2) |
A helper function to create a new SingleUseCallback with 3 create-time arguments and 3 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 , typename Arg0 , typename Arg1 , typename Arg2 > | |
Callback3< ReturnType, Arg0, Arg1, Arg2 > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2, Arg0, Arg1, Arg2), A0 a0, A1 a1, A2 a2) |
A helper function to create a new Callback with 3 create-time arguments and 3 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 , typename Arg0 , typename Arg1 , typename Arg2 > | |
SingleUseCallback3< ReturnType, Arg0, Arg1, Arg2 > * | NewSingleCallback (ReturnType(*callback)(A0, A1, A2, A3, Arg0, Arg1, Arg2), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new SingleUseCallback with 4 create-time arguments and 3 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 , typename Arg0 , typename Arg1 , typename Arg2 > | |
Callback3< ReturnType, Arg0, Arg1, Arg2 > * | NewCallback (ReturnType(*callback)(A0, A1, A2, A3, Arg0, Arg1, Arg2), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new Callback with 4 create-time arguments and 3 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 , typename Arg0 , typename Arg1 , typename Arg2 > | |
SingleUseCallback3< ReturnType, Arg0, Arg1, Arg2 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2, A3, Arg0, Arg1, Arg2), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new SingleUseCallback with 4 create-time arguments and 3 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 , typename Arg0 , typename Arg1 , typename Arg2 > | |
Callback3< ReturnType, Arg0, Arg1, Arg2 > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2, A3, Arg0, Arg1, Arg2), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new Callback with 4 create-time arguments and 3 execution time arguments. | |
template<typename ReturnType , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
SingleUseCallback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewSingleCallback (ReturnType(*callback)(Arg0, Arg1, Arg2, Arg3)) |
A helper function to create a new SingleUseCallback with 0 create-time arguments and 4 execution time arguments. | |
template<typename ReturnType , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
Callback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewCallback (ReturnType(*callback)(Arg0, Arg1, Arg2, Arg3)) |
A helper function to create a new Callback with 0 create-time arguments and 4 execution time arguments. | |
template<typename Class , typename ReturnType , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
SingleUseCallback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(Arg0, Arg1, Arg2, Arg3)) |
A helper function to create a new SingleUseCallback with 0 create-time arguments and 4 execution time arguments. | |
template<typename Class , typename ReturnType , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
Callback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewCallback (Class *object, ReturnType(Class::*method)(Arg0, Arg1, Arg2, Arg3)) |
A helper function to create a new Callback with 0 create-time arguments and 4 execution time arguments. | |
template<typename ReturnType , typename A0 , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
SingleUseCallback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewSingleCallback (ReturnType(*callback)(A0, Arg0, Arg1, Arg2, Arg3), A0 a0) |
A helper function to create a new SingleUseCallback with 1 create-time arguments and 4 execution time arguments. | |
template<typename ReturnType , typename A0 , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
Callback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewCallback (ReturnType(*callback)(A0, Arg0, Arg1, Arg2, Arg3), A0 a0) |
A helper function to create a new Callback with 1 create-time arguments and 4 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
SingleUseCallback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, Arg0, Arg1, Arg2, Arg3), A0 a0) |
A helper function to create a new SingleUseCallback with 1 create-time arguments and 4 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
Callback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, Arg0, Arg1, Arg2, Arg3), A0 a0) |
A helper function to create a new Callback with 1 create-time arguments and 4 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
SingleUseCallback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewSingleCallback (ReturnType(*callback)(A0, A1, Arg0, Arg1, Arg2, Arg3), A0 a0, A1 a1) |
A helper function to create a new SingleUseCallback with 2 create-time arguments and 4 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
Callback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewCallback (ReturnType(*callback)(A0, A1, Arg0, Arg1, Arg2, Arg3), A0 a0, A1 a1) |
A helper function to create a new Callback with 2 create-time arguments and 4 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
SingleUseCallback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, A1, Arg0, Arg1, Arg2, Arg3), A0 a0, A1 a1) |
A helper function to create a new SingleUseCallback with 2 create-time arguments and 4 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
Callback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, A1, Arg0, Arg1, Arg2, Arg3), A0 a0, A1 a1) |
A helper function to create a new Callback with 2 create-time arguments and 4 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
SingleUseCallback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewSingleCallback (ReturnType(*callback)(A0, A1, A2, Arg0, Arg1, Arg2, Arg3), A0 a0, A1 a1, A2 a2) |
A helper function to create a new SingleUseCallback with 3 create-time arguments and 4 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
Callback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewCallback (ReturnType(*callback)(A0, A1, A2, Arg0, Arg1, Arg2, Arg3), A0 a0, A1 a1, A2 a2) |
A helper function to create a new Callback with 3 create-time arguments and 4 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
SingleUseCallback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2, Arg0, Arg1, Arg2, Arg3), A0 a0, A1 a1, A2 a2) |
A helper function to create a new SingleUseCallback with 3 create-time arguments and 4 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
Callback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2, Arg0, Arg1, Arg2, Arg3), A0 a0, A1 a1, A2 a2) |
A helper function to create a new Callback with 3 create-time arguments and 4 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
SingleUseCallback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewSingleCallback (ReturnType(*callback)(A0, A1, A2, A3, Arg0, Arg1, Arg2, Arg3), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new SingleUseCallback with 4 create-time arguments and 4 execution time arguments. | |
template<typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
Callback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewCallback (ReturnType(*callback)(A0, A1, A2, A3, Arg0, Arg1, Arg2, Arg3), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new Callback with 4 create-time arguments and 4 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
SingleUseCallback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewSingleCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2, A3, Arg0, Arg1, Arg2, Arg3), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new SingleUseCallback with 4 create-time arguments and 4 execution time arguments. | |
template<typename Class , typename ReturnType , typename A0 , typename A1 , typename A2 , typename A3 , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > | |
Callback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > * | NewCallback (Class *object, ReturnType(Class::*method)(A0, A1, A2, A3, Arg0, Arg1, Arg2, Arg3), A0 a0, A1 a1, A2 a2, A3 a3) |
A helper function to create a new Callback with 4 create-time arguments and 4 execution time arguments. | |
log_level | LogLevel () |
Fetch the current level of logging. | |
BaseCallback0< void > * | NewMultiCallback (unsigned int limit, BaseCallback0< void > *callback) |
A helper function to create a new MultiCallback. | |
template<typename T > | |
void | STLDeleteElements (T *sequence) |
Delete the elements of a Sequence. | |
template<typename T > | |
void | STLDeleteValues (T *container) |
template<typename T1 , typename T2 > | |
bool | STLContains (const T1 &container, const T2 &value) |
template<typename T1 > | |
void | STLKeys (const T1 &container, vector< typename T1::key_type > *keys) |
template<typename T1 , typename T2 > | |
void | STLValues (const T1 &container, vector< T2 > *values) |
Extract a vector of values from a pair associative container. | |
template<typename T1 > | |
T1::mapped_type * | STLFind (T1 *container, const typename T1::key_type &key) |
Lookup a value by key in a associative container. | |
template<typename T1 > | |
T1::mapped_type | STLFindOrNull (const T1 &container, const typename T1::key_type &key) |
Lookup a value by key in a associative container. | |
template<typename T1 > | |
bool | STLReplace (T1 *container, const typename T1::key_type &key, const typename T1::mapped_type &value) |
Replace a value in a pair associative container, inserting the key, value if it doesn't already exist. | |
template<typename T1 > | |
T1::mapped_type | STLReplacePtr (T1 *container, const typename T1::key_type &key, const typename T1::mapped_type &value) |
Replace a value in a pair associative container. If the key existed, the old value is returned, otherwise NULL is returned. | |
template<typename T1 > | |
bool | STLReplaceAndDelete (T1 *container, const typename T1::key_type &key, const typename T1::mapped_type &value) |
Similar to STLReplace but this will delete the value if the replacement occurs. | |
template<typename T1 > | |
bool | STLInsertIfNotPresent (T1 *container, const typename T1::value_type &key_value) |
Insert a value into a container only if this value doesn't already exist. | |
template<typename T1 > | |
bool | STLInsertIfNotPresent (T1 *container, const typename T1::key_type &key, const typename T1::mapped_type &value) |
Insert a value into a container only if this value doesn't already exist. | |
template<typename T1 > | |
void | STLInsertOrDie (T1 *container, const typename T1::key_type &key, const typename T1::mapped_type &value) |
Insert an key : value into a pair associative container, or abort the program if the key already exists. | |
template<typename T1 > | |
bool | STLRemove (T1 *container, const typename T1::key_type &key) |
Remove a key / value from a container. | |
template<typename T1 > | |
bool | STLLookupAndRemove (T1 *container, const typename T1::key_type &key, typename T1::mapped_type *value) |
Lookup and remove a key from a pair associative container. | |
template<typename T1 > | |
bool | STLRemoveAndDelete (T1 *container, const typename T1::key_type &key) |
Remove a value from a pair associative container and delete it. | |
template<typename T1 > | |
T1::mapped_type | STLLookupAndRemovePtr (T1 *container, const typename T1::key_type &key) |
Remove a value from a pair associative container and return the value. | |
void | StringTrim (string *input) |
Trim leading and trailing whitespace from a string. | |
template<typename int_type > | |
bool | PrefixedHexStringToInt (const string &input, int_type *output) |
template<typename T > | |
string | StringJoin (const string &delim, const T &input) |
Join a vector of a type. | |
template<class PortClass > | |
bool | IsInputPort () |
template<> | |
bool | IsInputPort< OutputPort > () |
bool | operator< (const device_alias_pair &left, const device_alias_pair &right) |
template<> | |
bool | IsInputPort< InputPort > () |
Get / Set User ID | |
uid_t | GetUID () |
Get the real UID of the process. | |
uid_t | GetEUID () |
Get the effective UID of the process. | |
bool | SetUID (uid_t new_uid) |
Set the effective UID of the process. | |
Get / Set Group ID | |
gid_t | GetGID () |
Get the real Group ID. | |
gid_t | GetEGID () |
Get the effective group ID. | |
bool | SetGID (gid_t new_gid) |
Set the effective Group ID of the process. | |
Lookup User Information | |
bool | GetPasswdName (const string &name, PasswdEntry *passwd) |
Lookup a user account by username. | |
bool | GetPasswdUID (uid_t uid, PasswdEntry *passwd) |
Lookup a user account by UID. | |
Lookup Group Information. | |
bool | GetGroupName (const string &name, GroupEntry *passwd) |
Lookup a group account by name. | |
bool | GetGroupGID (gid_t gid, GroupEntry *passwd) |
Lookup a group account by GID. |
Variables | |
const int | EXIT_OK = EX_OK |
successful termination | |
const int | EXIT__BASE = EX__BASE |
base value for error messages | |
const int | EXIT_USAGE = EX_USAGE |
command line usage error | |
const int | EXIT_DATAERR = EX_DATAERR |
data format error | |
const int | EXIT_NOINPUT = EX_NOINPUT |
cannot open input | |
const int | EXIT_NOUSER = EX_NOUSER |
addresses unknown | |
const int | EXIT_NOHOST = EX_NOHOST |
host name unknown | |
const int | EXIT_UNAVAILABLE = EX_UNAVAILABLE |
service unavailable | |
const int | EXIT_SOFTWARE = EX_SOFTWARE |
internal software error | |
const int | EXIT_OSERR = EX_OSERR |
system error (e.g can't fork) | |
const int | EXIT_OSFILE = EX_OSFILE |
critical OS file missing | |
const int | EXIT_CANTCREAT = EX_CANTCREAT |
can't create (user) output file | |
const int | EXIT_IOERR = EX_IOERR |
input/output error | |
const int | EXIT_TEMPFAIL = EX_TEMPFAIL |
temp faliure; user can rety | |
const int | EXIT_PROTOCOL = EX_PROTOCOL |
remote error in protocol | |
const int | EXIT_NOPERM = EX_NOPERM |
permission denied | |
const int | EXIT_CONFIG = EX_CONFIG |
configuration error | |
const int | EXIT__MAX = EX__MAX |
maximum listed value | |
static const int | USEC_IN_SECONDS = 1000000 |
static const int | ONE_THOUSAND = 1000 |
static const uint8_t | DMX_MIN_SLOT_VALUE = 0 |
The minimum value a DMX512 slot can take. | |
static const uint8_t | DMX_MAX_SLOT_VALUE = 255 |
The maximum value a DMX512 slot can take. | |
static const uint8_t | DMX512_START_CODE = 0 |
The start code for DMX512 data. This is often referred to as NSC for "Null Start Code". | |
static const int | OLA_DEFAULT_PORT = 9010 |
The default port which olad listens on for incomming RPC connections. | |
static const uint16_t | OPEN_LIGHTING_ESTA_CODE = 0x7a70 |
The ESTA manufacturer code for the Open Lighting Project. | |
static const uint32_t | MAX_UNIVERSE = 0xffffffff |
The maximum universe number. | |
log_level | logging_level |
Application global logging level. | |
static const char | OLA_VERSION [] = "0.8.33" |
anonymous enum |
enum ola::log_level |
The OLA log levels. This controls the verbosity of logging. Each level also includes those below it.
enum ola::log_output |
void ola::CapitalizeLabel | ( | string * | s | ) |
Transform a string to a pretty-printed form.
Given a label in the form ([a-zA-Z0-9][-_])?[a-zA-Z0-9], this replaces [-_] with [ ] and capitalizes each word. e.g. "my_label" becomes "My Label"
s | a string to transform. |
void ola::CustomCapitalizeLabel | ( | string * | s | ) |
Similar to CapitalizeLabel() but this also capitalized known acronyms.
s | a string to transform. The following are capitalized:
|
void ola::Escape | ( | string * | original | ) |
Escape a string with \ .
The string is modified in place. The following characters are escaped:
original | the string to escape |
string ola::EscapeString | ( | const string & | original | ) |
Escape a string, returning a copy.
original | the string to escape. |
void ola::FormatData | ( | std::ostream * | out, |
const uint8_t * | data, | ||
unsigned int | length, | ||
unsigned int | indent = 0 , |
||
unsigned int | byte_per_line = 8 |
||
) |
Write binary data to an ostream in a human readable form.
out | the ostream to write to |
data | pointer to the data |
length | length of the data |
indent | the number of spaces to prefix each line with |
byte_per_line | the number of bytes to display per line |
The data is printed in two columns, hex on the left, ascii on the right. Non ascii values are printed as .
bool ola::HexStringToInt | ( | const string & | value, |
uint8_t * | output | ||
) |
Convert a hex string to a uint8_t.
[in] | value | the string to convert. |
[out] | output | a pointer to the store the converted value in. |
The string can contain upper or lower case hex characters.
bool ola::HexStringToInt | ( | const string & | value, |
uint16_t * | output | ||
) |
Convert a hex string to a uint16_t.
[in] | value | the string to convert. |
[out] | output | a pointer to the store the converted value in. |
The string can contain upper or lower case hex characters.
bool ola::HexStringToInt | ( | const string & | value, |
uint32_t * | output | ||
) |
Convert a hex string to a uint32_t.
[in] | value | the string to convert. |
[out] | output | a pointer to the store the converted value in. |
The string can contain upper or lower case hex characters.
bool ola::HexStringToInt | ( | const string & | value, |
int8_t * | output | ||
) |
Convert a hex string to a int8_t.
[in] | value | the string to convert. |
[out] | output | a pointer to the store the converted value in. |
The string can contain upper or lower case hex characters.
bool ola::HexStringToInt | ( | const string & | value, |
int16_t * | output | ||
) |
Convert a hex string to a int16_t.
[in] | value | the string to convert. |
[out] | output | a pointer to the store the converted value in. |
The string can contain upper or lower case hex characters.
bool ola::HexStringToInt | ( | const string & | value, |
int32_t * | output | ||
) |
Convert a hex string to a int32_t.
[in] | value | the string to convert. |
[out] | output | a pointer to the store the converted value in. |
The string can contain upper or lower case hex characters.
string ola::IntToString | ( | int | i | ) |
Convert an int to a string.
i | the int to convert |
string ola::IntToString | ( | unsigned int | i | ) |
Convert an unsigned int to a string.
i | the unsigned int to convert |
std::ostream & ola::operator<< | ( | std::ostream & | out, |
const DmxBuffer & | data | ||
) |
bool ola::PrefixedHexStringToInt | ( | const string & | input, |
int_type * | output | ||
) |
Convert a hex string, prefixed with 0x to an int type.
void ola::ShortenString | ( | string * | input | ) |
Truncate the string based on the presence of \0 characters.
input | the string to shorten |
bool ola::StringEndsWith | ( | const string & | s, |
const string & | suffix | ||
) |
Check if one string is a suffix of another.
s | the string to check |
suffix | the suffix to check for |
string ola::StringJoin | ( | const string & | delim, |
const T & | input | ||
) |
Join a vector of a type.
T | can be any type for which the << operator is defined |
void ola::StringSplit | ( | const string & | input, |
vector< string > & | tokens, | ||
const string & | delimiters = " " |
||
) |
Split a string into pieces.
If two delimiters appear next to each other an empty string is added to the output vector.
[in] | input | the string to split |
[out] | tokens | the parts of the string |
delimiters | the delimiiter to use for splitting. Defaults to ' ' |
bool ola::StringToBool | ( | const string & | value, |
bool * | output | ||
) |
Convert a string to a bool. The string can be 'true' or 'false'.
[in] | value | the string to convert |
[out] | output | a pointer where the value will be stored. |
bool ola::StringToInt | ( | const string & | value, |
unsigned int * | output, | ||
bool | strict = false |
||
) |
Convert a string to a unsigned int.
[in] | value | the string to convert |
[out] | output | a pointer where the value will be stored. |
[in] | strict | this controls if trailing characters produce an error. |
bool ola::StringToInt | ( | const string & | value, |
uint16_t * | output, | ||
bool | strict = false |
||
) |
Convert a string to a uint16_t.
[in] | value | the string to convert |
[out] | output | a pointer where the value will be stored. |
[in] | strict | this controls if trailing characters produce an error. |
bool ola::StringToInt | ( | const string & | value, |
uint8_t * | output, | ||
bool | strict = false |
||
) |
Convert a string to a uint8_t.
[in] | value | the string to convert |
[out] | output | a pointer where the value will be stored. |
[in] | strict | this controls if trailing characters produce an error. |
bool ola::StringToInt | ( | const string & | value, |
int * | output, | ||
bool | strict = false |
||
) |
Convert a string to a int.
[in] | value | the string to convert |
[out] | output | a pointer where the value will be stored. |
[in] | strict | this controls if trailing characters produce an error. |
bool ola::StringToInt | ( | const string & | value, |
int16_t * | output, | ||
bool | strict = false |
||
) |
Convert a string to a int16_t.
[in] | value | the string to convert |
[out] | output | a pointer where the value will be stored. |
[in] | strict | this controls if trailing characters produce an error. |
bool ola::StringToInt | ( | const string & | value, |
int8_t * | output, | ||
bool | strict = false |
||
) |
Convert a string to a int8_t.
[in] | value | the string to convert |
[out] | output | a pointer where the value will be stored. |
[in] | strict | this controls if trailing characters produce an error. |
void ola::StringTrim | ( | string * | input | ) |
Trim leading and trailing whitespace from a string.
input | the string to trim. |
void ola::ToLower | ( | string * | s | ) |
Convert a string to lower case.
s | the string to convert to lower case. |
void ola::ToUpper | ( | string * | s | ) |
Convert a string to upper case.
s | the string to convert to upper case. |