MTK++ Latest version: 0.2.0
00001 00033 #ifndef OBJECT_H 00034 #define OBJECT_H 00035 00036 #include <boost/smart_ptr.hpp> 00037 00038 namespace MTKpp { 00039 // ============================================================ 00040 // Class : object() 00041 // ------------------------------------------------------------ 00047 // ============================================================ 00048 class object 00049 { 00050 public: 00051 object(void) {} 00052 virtual ~object(void) {} 00053 }; 00054 00055 typedef boost::shared_ptr< object > object_ptr; 00056 00057 } 00058 00059 #endif
Generated on Fri Dec 23 2011 09:28:51 for MTK++ by Doxygen 1.7.5.1