Classes | Namespaces
SingletonCreationPolicies.h File Reference

Contains creation policies for icl_core::Singleton. More...

#include <stdlib.h>
Include dependency graph for SingletonCreationPolicies.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  icl_core::SCPCreateStatic< T >
 Creates objects as static function variables. More...
 
class  icl_core::SCPCreateUsingMalloc< T >
 Creates and destroys objects using malloc() and free(). More...
 
class  icl_core::SCPCreateUsingNew< T >
 Creates and destroys objects using operator new and operator delete. More...
 

Namespaces

 icl_core
 

Detailed Description

Contains creation policies for icl_core::Singleton.

Author
Jan Oberländer oberl.nosp@m.aen@.nosp@m.fzi.d.nosp@m.e
Date
2009-06-16

icl_core::SCPCreateUsingNew uses operator new and operator delete. icl_core::SCPCreateStatic keeps the instance as a static function variable. icl_core::SCPCreateUsingMalloc uses malloc() and free().

Definition in file SingletonCreationPolicies.h.



fzi_icl_core
Author(s):
autogenerated on Mon Jun 10 2019 13:17:59