Equalizer 1.0

co::base::Global Class Reference

Global parameter handling for the Equalizer base library. More...

#include <global.h>

List of all members.

Static Public Member Functions

static COBASE_API PluginRegistrygetPluginRegistry ()
static COBASE_API ErrorRegistrygetErrorRegistry ()

Friends

COBASE_API bool init (const int argc, char **argv)
 Initialize the Equalizer base classes.
COBASE_API bool exit ()
 De-initialize the Equalizer base classes.

Detailed Description

Global parameter handling for the Equalizer base library.

Definition at line 32 of file co/base/global.h.


Member Function Documentation

static COBASE_API ErrorRegistry& co::base::Global::getErrorRegistry ( ) [static]
Returns:
the error registry.
Version:
1.0

Referenced by eVolve::exitErrors(), eqPly::exitErrors(), eVolve::initErrors(), and eqPly::initErrors().

Here is the caller graph for this function:

static COBASE_API PluginRegistry& co::base::Global::getPluginRegistry ( ) [static]
Returns:
the plugin registry.
Version:
1.0

Friends And Related Function Documentation

COBASE_API bool exit ( ) [friend]

De-initialize the Equalizer base classes.

Returns:
true if the library was successfully de-initialised, false otherwise.
Version:
1.0
Returns:
true if the library was successfully de-initialised, false otherwise.
true if the library was successfully de-initialized, false otherwise.
Version:
1.0
Returns:
true if the library was successfully de-initialized, false otherwise.
COBASE_API bool init ( const int  argc,
char **  argv 
) [friend]

Initialize the Equalizer base classes.

Parameters:
argcthe command line argument count.
argvthe command line argument values.
Returns:
true if the library was successfully initialised, false otherwise
Version:
1.0
Parameters:
argcthe command line argument count.
argvthe command line argument values.
Returns:
true if the library was successfully initialised, false otherwise.
Parameters:
argcthe command line argument count.
argvthe command line argument values.
Returns:
true if the library was successfully initialized, false otherwise.
Version:
1.0

The documentation for this class was generated from the following file:
Generated on Sun May 8 2011 19:11:09 for Equalizer 1.0 by  doxygen 1.7.3