Version handling class.
More...
#include <version.h>
Version handling class.
- Note
- Only accepts version strings of the type <major>.<minor>.
- Todo:
- Update to accept <major>, <minor>, or <major> <minor> (spaced) in a future release.
◆ Version() [1/3]
◆ Version() [2/3]
Version::Version |
( |
const char * |
attr | ) |
|
◆ Version() [3/3]
Version::Version |
( |
const Version & |
rhs | ) |
|
◆ ~Version()
◆ clear()
◆ equal()
bool Version::equal |
( |
double |
maj, |
|
|
double |
min |
|
) |
| |
◆ getMajor()
double Version::getMajor |
( |
| ) |
const |
◆ getMinor()
double Version::getMinor |
( |
| ) |
const |
◆ isA()
bool Version::isA |
( |
const char * |
name | ) |
|
|
overridevirtual |
◆ operator=()
◆ print()
void Version::print |
( |
std::ostream & |
os | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: