acl  3.5.3.0
acl::singleton_wrapper< T > 模板类 参考

#include <singleton.hpp>

+ 类 acl::singleton_wrapper< T > 继承关系图:
+ acl::singleton_wrapper< T > 的协作图:

Public 成员函数

 ~singleton_wrapper ()
 

静态 Public 属性

static bool destroyed_ = false
 

详细描述

template<class T>
class acl::singleton_wrapper< T >

在文件 singleton.hpp94 行定义.

构造及析构函数说明

◆ ~singleton_wrapper()

template<class T>
acl::singleton_wrapper< T >::~singleton_wrapper ( )
inline

在文件 singleton.hpp98 行定义.

99  {
100  destroyed_ = true;
101  }
static bool destroyed_
Definition: singleton.hpp:97

引用了 acl::singleton_wrapper< T >::destroyed_.

类成员变量说明

◆ destroyed_

template<class T>
bool acl::singleton_wrapper< T >::destroyed_ = false
static

在文件 singleton.hpp97 行定义.

被这些函数引用 acl::singleton_wrapper< T >::~singleton_wrapper().


该类的文档由以下文件生成: