blocxx
BLOCXX_NAMESPACE::DefaultConstructorFactory< T > Struct Template Reference

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

#include <GlobalPtr.hpp>

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

◆ create()

template<typename T>
static T * BLOCXX_NAMESPACE::DefaultConstructorFactory< T >::create ( )
inlinestatic

Definition at line 53 of file GlobalPtr.hpp.


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