Global parameter handling for the Equalizer base library.
More...
#include <global.h>
List of all members.
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] |
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:
-
argc | the command line argument count. |
argv | the command line argument values. |
- Returns:
- true if the library was successfully initialised, false otherwise
- Version:
- 1.0
- Parameters:
-
argc | the command line argument count. |
argv | the command line argument values. |
- Returns:
true
if the library was successfully initialised, false
otherwise.
- Parameters:
-
argc | the command line argument count. |
argv | the 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: