The global default attributes. More...
#include <global.h>

Public Member Functions | |
Connection (Description) Attributes. | |
| void | setConnectionSAttribute (const ConnectionDescription::SAttribute attr, const std::string &value) |
| const std::string & | getConnectionSAttribute (const ConnectionDescription::SAttribute attr) const |
| void | setConnectionIAttribute (const ConnectionDescription::IAttribute attr, const int32_t value) |
| int32_t | getConnectionIAttribute (const ConnectionDescription::IAttribute attr) const |
Config Attributes. | |
| void | setConfigFAttribute (const Config::FAttribute attr, const float value) |
| float | getConfigFAttribute (const Config::FAttribute attr) const |
Node Attributes. | |
| void | setNodeSAttribute (const Node::SAttribute attr, const std::string &value) |
| const std::string & | getNodeSAttribute (const Node::SAttribute attr) const |
| void | setNodeCAttribute (const Node::CAttribute attr, const char value) |
| char | getNodeCAttribute (const Node::CAttribute attr) const |
| void | setNodeIAttribute (const eq::Node::IAttribute attr, const int32_t value) |
| int32_t | getNodeIAttribute (const eq::Node::IAttribute attr) const |
Pipe Attributes. | |
| void | setPipeIAttribute (const Pipe::IAttribute attr, const int32_t value) |
| int32_t | getPipeIAttribute (const Pipe::IAttribute attr) const |
Window Attributes. | |
| void | setWindowIAttribute (const eq::Window::IAttribute attr, const int32_t value) |
| int32_t | getWindowIAttribute (const eq::Window::IAttribute attr) const |
Channel Attributes. | |
| void | setChannelIAttribute (const eq::Channel::IAttribute attr, const int32_t value) |
| int32_t | getChannelIAttribute (const eq::Channel::IAttribute attr) const |
Static Public Member Functions | |
| static Global * | instance () |
| static void | clear () |
| De-allocate the global instance. | |
Compound Attributes. | |
|
| |
| void | setCompoundIAttribute (const Compound::IAttribute attr, const int32_t value) |
| int32_t | getCompoundIAttribute (const Compound::IAttribute attr) const |
| std::ostream & | operator<< (std::ostream &, const Global *) |
The global default attributes.
Definition at line 39 of file server/global.h.
| void eq::server::Global::clear | ( | ) | [static] |
De-allocate the global instance.
Definition at line 37 of file server/global.cpp.
0.9.1 by
1.6.1