blocxx
|
Public Member Functions | |
InitPtr (T *&p, const PODType &str) | |
void | operator() () |
Public Attributes | |
T *& | m_p |
const PODType & | m_pod |
Definition at line 120 of file LazyGlobal.hpp.
BLOCXX_NAMESPACE::LazyGlobal< T, PODType, FactoryT >::InitPtr::InitPtr | ( | T *& | p, |
const PODType & | str | ||
) | [inline] |
Definition at line 122 of file LazyGlobal.hpp.
void BLOCXX_NAMESPACE::LazyGlobal< T, PODType, FactoryT >::InitPtr::operator() | ( | ) | [inline] |
Definition at line 129 of file LazyGlobal.hpp.
References BLOCXX_NAMESPACE::LazyGlobal< T, PODType, FactoryT >::InitPtr::m_p, and BLOCXX_NAMESPACE::LazyGlobal< T, PODType, FactoryT >::InitPtr::m_pod.
T*& BLOCXX_NAMESPACE::LazyGlobal< T, PODType, FactoryT >::InitPtr::m_p |
Definition at line 126 of file LazyGlobal.hpp.
Referenced by BLOCXX_NAMESPACE::LazyGlobal< T, PODType, FactoryT >::InitPtr::operator()().
const PODType& BLOCXX_NAMESPACE::LazyGlobal< T, PODType, FactoryT >::InitPtr::m_pod |
Definition at line 127 of file LazyGlobal.hpp.
Referenced by BLOCXX_NAMESPACE::LazyGlobal< T, PODType, FactoryT >::InitPtr::operator()().