karto::Singleton< T > Class Template Reference

#include <Karto.h>

List of all members.

Public Member Functions

T * Get ()
 Singleton ()
virtual ~Singleton ()

Private Member Functions

const Singletonoperator= (const Singleton &)
 Singleton (const Singleton &)

Private Attributes

T * m_pPointer

Detailed Description

template<class T>
class karto::Singleton< T >

Definition at line 173 of file Karto.h.


Constructor & Destructor Documentation

template<class T>
karto::Singleton< T >::Singleton (  )  [inline]

Definition at line 176 of file Karto.h.

template<class T>
virtual karto::Singleton< T >::~Singleton (  )  [inline, virtual]

Definition at line 181 of file Karto.h.

template<class T>
karto::Singleton< T >::Singleton ( const Singleton< T > &   )  [private]

Member Function Documentation

template<class T>
T* karto::Singleton< T >::Get (  )  [inline]

Definition at line 186 of file Karto.h.

template<class T>
const Singleton& karto::Singleton< T >::operator= ( const Singleton< T > &   )  [private]

Member Data Documentation

template<class T>
T* karto::Singleton< T >::m_pPointer [private]

Definition at line 200 of file Karto.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


karto
Author(s): SRI International (package maintained by Brian Gerkey)
autogenerated on Fri Jan 11 10:07:06 2013