blocxx
Static Public Member Functions

BLOCXX_NAMESPACE::DefaultConstructorFactory< T > Struct Template Reference

This class is the default factory for GlobalPtr. More...

#include <GlobalPtr.hpp>

List of all members.

Static Public Member Functions

static T * create ()

Detailed Description

template<typename T>
struct BLOCXX_NAMESPACE::DefaultConstructorFactory< T >

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.


Member Function Documentation

template<typename T >
static T* BLOCXX_NAMESPACE::DefaultConstructorFactory< T >::create ( ) [inline, static]

Definition at line 53 of file GlobalPtr.hpp.


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