c++实现反射类

#ifndef UNISE_SINGLETON_H_ #define UNISE_SINGLETON_H_ #include <boost/noncopyable.hpp> #include <pthread.h> namespace unise { /// @brief Thread-safe, no-manual destroy Singleton template template<t
相关文章
相关标签/搜索