Detector version.  
 More...
#include <JDetectorVersion.hh>
Detector version. 
Definition at line 35 of file JDetectorVersion.hh.
 
◆ JVersion_t
◆ JDetectorVersion() [1/2]
  
  
      
        
          | JDETECTOR::JDetectorVersion::JDetectorVersion  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ JDetectorVersion() [2/2]
  
  
      
        
          | JDETECTOR::JDetectorVersion::JDetectorVersion  | 
          ( | 
          const JVersion &  | 
          version | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ getVersion() [1/2]
  
  
      
        
          | const JVersion& JEEP::JVersion::getVersion  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Get version. 
- Returns
 - version 
 
Definition at line 57 of file JVersion.hh.
   59       return static_cast<const JVersion&>(*
this);
 
 
 
 
◆ getVersion() [2/2]
  
  
      
        
          | JVersion& JEEP::JVersion::getVersion  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineinherited   | 
  
 
Get version. 
- Returns
 - version 
 
Definition at line 68 of file JVersion.hh.
   70       return static_cast<JVersion&>(*
this);
 
 
 
 
◆ setVersion()
  
  
      
        
          | void JEEP::JVersion::setVersion  | 
          ( | 
          const JVersion &  | 
          version | ) | 
           | 
         
       
   | 
  
inlineinherited   | 
  
 
Set version. 
- Parameters
 - 
  
  
 
Definition at line 79 of file JVersion.hh.
   81       static_cast<JVersion&>(*
this) = version;
 
 
 
 
◆ getVariant()
  
  
      
        
          | const std::string& JEEP::JVersion::getVariant  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Get variant. 
- Returns
 - variant 
 
Definition at line 90 of file JVersion.hh.
 
 
◆ setVariant()
  
  
      
        
          | void JEEP::JVersion::setVariant  | 
          ( | 
          const std::string &  | 
          variant | ) | 
           | 
         
       
   | 
  
inlineinherited   | 
  
 
 
◆ equals()
  
  
      
        
          | bool JEEP::JVersion::equals  | 
          ( | 
          const JVersion &  | 
          version | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Equal method. 
- Parameters
 - 
  
  
 
- Returns
 - true if this version equal to given version; else false 
 
Definition at line 113 of file JVersion.hh.
 
 
◆ __variant
  
  
      
        
          | std::string JEEP::JVersion::__variant | 
         
       
   | 
  
protectedinherited   | 
  
 
 
The documentation for this struct was generated from the following file: