#include <Singleton.h>
Public Types | |
typedef I | value_type |
Static Public Member Functions | |
static value_type & | instance () |
Private Member Functions | |
Singleton & | operator= (const Singleton &) |
Singleton () |
Definition at line 6 of file Singleton.h.
typedef I DDI::Singleton< I >::value_type |
Definition at line 9 of file Singleton.h.
DDI::Singleton< I >::Singleton | ( | ) | [private] |
static value_type& DDI::Singleton< I >::instance | ( | ) | [static] |
Referenced by DDBase< DDName, DDRotationMatrix * >::begin(), DDBase< DDName, DDRotationMatrix * >::clear(), DD_NC(), DDAlgo::DDAlgo(), DDConstant::DDConstant(), DDDivision::DDDivision(), DDIsValid(), DDLogicalPart::DDLogicalPart(), DDMap::DDMap(), DDMaterial::DDMaterial(), DDRotation::DDRotation(), DDSolid::DDSolid(), DDSpecifics::DDSpecifics(), ddstats(), DDString::DDString(), DDStrVector::DDStrVector(), DDTokenize2(), DDVector::DDVector(), DDBase< DDName, DDRotationMatrix * >::end(), DDErrorDetection::lp_cpv(), DDLVector::processElement(), DDLNumeric::processElement(), DDLMap::processElement(), and DDBase< DDName, DDRotationMatrix * >::size().
Singleton& DDI::Singleton< I >::operator= | ( | const Singleton< I > & | ) | [private] |