Tianchi
v0.0.2 build 20130701
C++ library for Qt with VC & mingW
|
用指针实现的单例模式的模版类 更多...
#include <tcsingleton.hpp>
Public 成员函数 | |
TcSingleton () | |
构造函数 | |
TcSingleton (const this_type &) | |
构造函数 | |
~TcSingleton () | |
析构函数 | |
T * | get () const |
返回 T * | |
const T & | operator* () const |
operator * | |
T * | operator-> () const |
operator -> | |
this_type & | operator= (const this_type &) |
operator = | |
用指针实现的单例模式的模版类