|
Jpp
15.0.4
the software that should make you happy
|
Auxiliary data structure for I/O of database API versions. More...
#include <JDBSupportkit.hh>
Public Types | |
| typedef unsigned int | version_type |
| Type definition of [sub-]versions. More... | |
Public Member Functions | |
| JDBAPIVersion () | |
| Default constructor. More... | |
| JDBAPIVersion (const int major, const int minor, const int patch) | |
| Constructor. More... | |
| bool | is_valid () const |
| Check validity. More... | |
| version_type | getMajorVersion () const |
| Get major version. More... | |
| version_type | getMinorVersion () const |
| Get minor version. More... | |
| version_type | getPatchVersion () const |
| Get patch version. More... | |
| bool | less (const JVersion &version) const |
| Compare version. More... | |
Static Public Attributes | |
| static const char | SEPARATOR = '.' |
| Separator between [sub-]versions. More... | |
Protected Attributes | |
| version_type | majorVersion |
| major version More... | |
| version_type | minorVersion |
| minor version More... | |
| version_type | patchVersion |
| patch version More... | |
Auxiliary data structure for I/O of database API versions.
Definition at line 135 of file JDBSupportkit.hh.
|
inherited |
Type definition of [sub-]versions.
Definition at line 33 of file Jeep/JVersion.hh.
|
inline |
|
inline |
Constructor.
| major | major version |
| minor | minor version |
| patch | patch version |
Definition at line 154 of file JDBSupportkit.hh.
|
inline |
Check validity.
Definition at line 166 of file JDBSupportkit.hh.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Compare version.
| version | version |
Definition at line 107 of file Jeep/JVersion.hh.
|
staticinherited |
Separator between [sub-]versions.
Definition at line 39 of file Jeep/JVersion.hh.
|
protectedinherited |
major version
Definition at line 180 of file Jeep/JVersion.hh.
|
protectedinherited |
minor version
Definition at line 181 of file Jeep/JVersion.hh.
|
protectedinherited |
patch version
Definition at line 182 of file Jeep/JVersion.hh.
1.8.5