CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Static Public Member Functions | Private Member Functions
DDI::Singleton< I > Class Template Reference

#include <Singleton.h>

Public Types

typedef I value_type
 

Static Public Member Functions

static value_typeinstance ()
 

Private Member Functions

Singletonoperator= (const Singleton &)
 
 Singleton ()
 

Detailed Description

template<class I>
class DDI::Singleton< I >

Definition at line 6 of file Singleton.h.

Member Typedef Documentation

template<class I>
typedef I DDI::Singleton< I >::value_type

Definition at line 9 of file Singleton.h.

Constructor & Destructor Documentation

template<class I>
DDI::Singleton< I >::Singleton ( )
private

Member Function Documentation

template<class I>
static value_type& DDI::Singleton< I >::instance ( )
static

Referenced by DDBase< DDName, DDRotationMatrix * >::begin(), WriteOneGeometryFromXML::beginRun(), DDLSAX2FileHandler::characters(), DDBase< DDName, DDRotationMatrix * >::clear(), DDConstant::createConstantsFromEvaluator(), DD_NC(), DDAlgo::DDAlgo(), DDCompactView::DDCompactView(), DDConstant::DDConstant(), DDDivision::DDDivision(), DDErrorDetection::DDErrorDetection(), DDExpandedView::DDExpandedView(), DDIsValid(), DDLogicalPart::DDLogicalPart(), DDMap::DDMap(), DDMaterial::DDMaterial(), DDRotation::DDRotation(), DDSolid::DDSolid(), DDSpecifics::DDSpecifics(), ddstats(), DDString::DDString(), DDStrVector::DDStrVector(), DDTokenize2(), DDVector::DDVector(), DDName::defineId(), DDBase< N, C >::iterator< D >::end(), DDBase< DDName, DDRotationMatrix * >::end(), DDLSAX2FileHandler::endElement(), DDLElementRegistry::evaluator(), DDName::exists(), DDCompactView::lockdown(), DDErrorDetection::lp_cpv(), DDName::name(), DDStreamer::names_read(), DDStreamer::names_write(), DDErrorDetection::noErrorsInTheReport(), noNameSpace(), DDName::ns(), MapPair::operator()(), MapMakeName::operator()(), MapMakeDouble::operator()(), DDIsChildFtor::operator()(), DDNameSpaceFtor::operator()(), DDNameFtor::operator()(), DDCopyNoFtor::operator()(), DDStreamer::pos_read(), DDStreamer::pos_write(), XMLIdealGeometryESSource::produce(), XMLIdealMagneticFieldGeometryESProducer::produce(), XMLIdealGeometryESProducer::produce(), DDName::registerName(), regressionTest_first(), regressionTest_setup(), DDErrorDetection::report(), DDErrorDetection::scan(), SpecParParser::definition< ScannerT >::selLevelFtor(), DDBase< DDName, DDRotationMatrix * >::size(), DDLSAX2ExpressionHandler::startElement(), DDLSAX2ConfigHandler::startElement(), DDLSAX2FileHandler::startElement(), DDStreamer::vars_read(), DDStreamer::vars_write(), VectorMakeDouble::VectorMakeDouble(), VectorMakeString::VectorMakeString(), and DDErrorDetection::~DDErrorDetection().

template<class I>
Singleton& DDI::Singleton< I >::operator= ( const Singleton< I > &  )
private