|
libmoost
|
#include <singleton.hpp>
Public Types | |
| typedef T | object_type |
| typedef boost::serialization::detail::singleton_wrapper < T > | friend_type |
Static Public Member Functions | |
| static object_type & | instance () |
Private Member Functions | |
| singleton_default () | |
Definition at line 36 of file singleton.hpp.
| typedef boost::serialization::detail::singleton_wrapper<T> moost::utils::singleton_default< T >::friend_type |
Definition at line 49 of file singleton.hpp.
| typedef T moost::utils::singleton_default< T >::object_type |
Definition at line 42 of file singleton.hpp.
| moost::utils::singleton_default< T >::singleton_default | ( | ) | [private] |
| static object_type& moost::utils::singleton_default< T >::instance | ( | ) | [inline, static] |