Go to the documentation of this file.
82 #define ASSA_DECL_SINGLETON(K) \
83 template <> K* ASSA::Singleton<K>::m_instance = NULL; \
84 template <class T> ASSA::Destroyer<T> ASSA::Singleton<T>::m_destroyer; \
85 template ASSA::Destroyer<K> ASSA::Singleton<K>::m_destroyer;