Quick Links:
ROOT Homepage
Class Index
Class Hierarchy
Search
Source:
header file
viewVC header
Sections:
class description
function members
data members
class charts
ROOT
»
CINT
»
REFLEX
»
Reflex::Instance
class Reflex::Instance
Function Members (Methods)
public:
~Instance
()
static
bool
HasShutdown
()
Reflex
::
Instance
Instance
()
Reflex
::
Instance
Instance
(
const
Reflex
::
Instance
&)
Reflex
::
Instance
&
operator=
(
const
Reflex
::
Instance
&)
void
Shutdown
()
static
Reflex
::
Instance
::EState
State
()
private:
static
Reflex
::
Instance
&
CreateReflexInstance
()
Reflex
::
Instance
Instance
(
Reflex
::
Instance
* createSingleton)
Data Members
public:
enum EState {
kUninitialized
kInitializing
kActive
kTearingDown
kHasShutDown
kNumStates
};
private:
static
Reflex
::
Instance
*
fgSingleton
class singleton
static
Reflex
::
Instance
::EState
fgState
singleton's state
Class Charts
Inheritance
Inherited Members
Includes
Libraries
Function documentation
Instance
()
default constructor
~Instance
()
destructor
bool
HasShutdown
()
return
true
if
Reflex
has shutdown (end of process)
void
Shutdown
()
Instance
(
Instance
* createSingleton)
Instance
&
CreateReflexInstance
()