NEOCCA bindings Specification  0.2.8
Version.hh
Go to the documentation of this file.
00001 #ifndef neo_Version_hh_seen
00002 #define neo_Version_hh_seen
00003 namespace neo {
00004 namespace cca {
00005 
00007 class Version 
00008 {
00009 public:
00010 
00012   static std::string name(); 
00013 
00015   static std::string id();
00016 
00021 
00024   static int Major(); 
00025 
00030   static int Minor(); 
00031 
00034   static int Patch(); 
00035 
00037 };
00038 
00039 }  // end namespace cca
00040 }  // end namespace neo
00041 
00042 #endif // neo_Version_hh_seen