blocxx
|
This class is the default factory for GlobalPtr. More...
#include <GlobalPtr.hpp>
Static Public Member Functions | |
static T * | create () |
This class is the default factory for GlobalPtr.
create() returns a new instance of T constructed via the default constructor.
Definition at line 51 of file GlobalPtr.hpp.
static T* BLOCXX_NAMESPACE::DefaultConstructorFactory< T >::create | ( | ) | [inline, static] |
Definition at line 53 of file GlobalPtr.hpp.