#include <boost/thread/detail/singleton.hpp>
typedef boost::detail::thread::singleton<YOURCLASS> CLASSNAME;
CLASSNAME::::instance().XXX();
這樣,其實還有另外兩個的,但感覺比較複雜且我還不需要用到。
全站熱搜
#include <boost/thread/detail/singleton.hpp>
typedef boost::detail::thread::singleton<YOURCLASS> CLASSNAME;
CLASSNAME::::instance().XXX();
這樣,其實還有另外兩個的,但感覺比較複雜且我還不需要用到。