Reflex::Instance Class Reference

#include <Kernel.h>

List of all members.

Public Types

enum  EState

Public Member Functions

 Instance ()
 ~Instance ()
void Shutdown ()

Static Public Member Functions

static bool HasShutdown ()
static EState State ()

Private Member Functions

 Instance (Instance *createSingleton)

Static Private Member Functions

static InstanceCreateReflexInstance ()

Static Private Attributes

static InstancefgSingleton
static EState fgState


Detailed Description

The Reflex instance ensures the setup of the databases and provides access to some general information about the Reflex package

Definition at line 217 of file Kernel.h.


Member Enumeration Documentation

enum Reflex::Instance::EState

Definition at line 225 of file Kernel.h.


Constructor & Destructor Documentation

Reflex::Instance::Instance (  ) 

default constructor

Reflex::Instance::~Instance (  ) 

destructor

Reflex::Instance::Instance ( Instance createSingleton  )  [private]


Member Function Documentation

static bool Reflex::Instance::HasShutdown (  )  [static]

return true if Reflex has shutdown (end of process)

static EState Reflex::Instance::State (  )  [static]

return Reflex instance state

void Reflex::Instance::Shutdown (  ) 

static Instance& Reflex::Instance::CreateReflexInstance (  )  [static, private]


Member Data Documentation

Instance* Reflex::Instance::fgSingleton [static, private]

Definition at line 246 of file Kernel.h.

EState Reflex::Instance::fgState [static, private]

Definition at line 247 of file Kernel.h.


The documentation for this class was generated from the following file:
Generated on Tue Jul 5 16:56:46 2011 for ROOT_528-00b_version by  doxygen 1.5.1