Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
InitializationFunctors::DefaultConstructor< T > Class Template Reference

#include <Singleton.h>

Public Member Functions

T * operator() () const
 

Detailed Description

template<typename T>
class InitializationFunctors::DefaultConstructor< T >

Definition at line 10 of file Singleton.h.

Member Function Documentation

template<typename T >
T* InitializationFunctors::DefaultConstructor< T >::operator() ( ) const
inline

Definition at line 13 of file Singleton.h.

14  {
15  return new T();
16  }

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