Equalizer  1.6.1
Static Public Member Functions | List of all members
eq::fabric::Global Class Reference

Global parameter handling for the Equalizer fabric namespace. More...

#include <global.h>

+ Inheritance diagram for eq::fabric::Global:
+ Collaboration diagram for eq::fabric::Global:

Static Public Member Functions

static void setServer (const std::string &server)
 Set the default Equalizer server. More...
 
static const std::string & getServer ()
 
static ErrorRegistrygetErrorRegistry ()
 
static void setFlags (const uint32_t flags)
 
static uint32_t getFlags ()
 
static void setPrefixes (const Strings &prefixes)
 
static const Strings & getPrefixes ()
 

Detailed Description

Global parameter handling for the Equalizer fabric namespace.

Definition at line 30 of file fabric/global.h.

Member Function Documentation

static ErrorRegistry& eq::fabric::Global::getErrorRegistry ( )
static
Returns
the error registry.
Version
1.5

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

+ Here is the caller graph for this function:

static const std::string& eq::fabric::Global::getServer ( )
static
Returns
the default Equalizer server.
static void eq::fabric::Global::setServer ( const std::string &  server)
static

Set the default Equalizer server.

Parameters
serverthe default server.

The documentation for this class was generated from the following file: