1 #ifndef __JDETECTOR__JVERSION__ 
    2 #define __JDETECTOR__JVERSION__ 
   13 namespace JDETECTOR {}
 
   14 namespace JPP { 
using namespace JDETECTOR; }
 
JVersion()
Default constructor. 
 
JVersion(const std::string &version)
Constructor. 
 
const std::string & getVersion() const 
Get version. 
 
void setVersion(const std::string &version)
Set version. 
 
Template definition of auxiliary base class for comparison of data structures. 
 
Auxiliary class for version identifier. 
 
bool less(const JVersion &version) const 
Less-than method.