Jpp
18.0.0-rc.1
the software that should make you happy
|
Auxiliary class for version identifier. More...
#include <JVersion.hh>
Public Member Functions | |
JVersion () | |
Default constructor. More... | |
JVersion (const std::string &version) | |
Constructor. More... | |
const std::string & | getVersion () const |
Get version. More... | |
void | setVersion (const std::string &version) |
Set version. More... | |
bool | less (const JVersion &version) const |
Less-than method. More... | |
Protected Attributes | |
std::string | version |
Auxiliary class for version identifier.
Definition at line 24 of file JDetector/JVersion.hh.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Less-than method.
version | version |
Definition at line 73 of file JDetector/JVersion.hh.
|
protected |
Definition at line 79 of file JDetector/JVersion.hh.