blocxx
BLOCXX_NAMESPACE::GlobalPtr< T, FactoryT >::InitPtr Struct Reference

Public Member Functions

 InitPtr (T *&p)
 
void operator() ()
 

Public Attributes

T *& m_p
 

Detailed Description

template<typename T, typename FactoryT = DefaultConstructorFactory<T>>
struct BLOCXX_NAMESPACE::GlobalPtr< T, FactoryT >::InitPtr

Definition at line 86 of file GlobalPtr.hpp.

Constructor & Destructor Documentation

◆ InitPtr()

template<typename T, typename FactoryT = DefaultConstructorFactory<T>>
BLOCXX_NAMESPACE::GlobalPtr< T, FactoryT >::InitPtr::InitPtr ( T *& p)
inline

Definition at line 88 of file GlobalPtr.hpp.

References m_p.

Member Function Documentation

◆ operator()()

template<typename T, typename FactoryT = DefaultConstructorFactory<T>>
void BLOCXX_NAMESPACE::GlobalPtr< T, FactoryT >::InitPtr::operator() ( )
inline

Definition at line 93 of file GlobalPtr.hpp.

References m_p.

Member Data Documentation

◆ m_p

template<typename T, typename FactoryT = DefaultConstructorFactory<T>>
T*& BLOCXX_NAMESPACE::GlobalPtr< T, FactoryT >::InitPtr::m_p

Definition at line 91 of file GlobalPtr.hpp.

Referenced by InitPtr(), and operator()().


The documentation for this struct was generated from the following file: