|
ADTF
|
#include <mapping_version.h>
Inherits ddl::dd::Version.
Public Member Functions | |
| Version () | |
| default CTOR | |
| Version (const std::string &version) | |
| CTOR - Version from string. | |
| Version (const ddl::dd::Version &version) | |
| CTOR. | |
| Version & | operator= (const ddl::dd::Version &version) |
| assignment operator for ddl version (because it is reused) | |
| Version (uint32_t major, uint32_t minor) | |
| CTOR. | |
| bool | isValidVersion () const |
| is valid or not | |
Public Member Functions inherited from ddl::dd::Version | |
| Version () | |
| default CTOR | |
| Version (const std::string &version) | |
| CTOR - Version from string. | |
| Version (uint32_t major, uint32_t minor) | |
| CTOR. | |
| uint32_t | getMajor () const |
| Get the Major value. | |
| uint32_t | getMinor () const |
| Get the Minor value. | |
| std::string | toString () const |
| the vrsion as string | |
| bool | isValidVersion () const |
| is valid or not | |
Static Public Member Functions | |
| static const Version | getLatestVersion () |
| Get the Latest Version (this is 2.0) | |
| static const Version | getDefaultVersion () |
| Get the Default Version (this 1.0) | |
Static Public Member Functions inherited from ddl::dd::Version | |
| static const Version & | getDefaultVersion () |
| Get the Default Version. This is the currently Version(4, 1). | |
| static const Version & | getLatestVersion () |
| Get the latest DDL version This is the currently Version(4, 2). | |
Additional Inherited Members | |
Static Public Attributes inherited from ddl::dd::Version | |
| static const Version | ddl_version_invalid |
| static const Version | ddl_version_notset |
| static const Version | ddl_version_10 |
| static const Version | ddl_version_11 |
| static const Version | ddl_version_12 |
| static const Version | ddl_version_20 |
| static const Version | ddl_version_30 |
| static const Version | ddl_version_40 |
| static const Version | ddl_version_41 |
| static const Version | ddl_version_current |
Mapping Version.
| ddl::mapping::Version::Version | ( | const std::string & | version | ) |
CTOR - Version from string.
| version |
| ddl::mapping::Version::Version | ( | const ddl::dd::Version & | version | ) |
CTOR.
| version | version of ddl (because it is reused) |
| ddl::mapping::Version::Version | ( | uint32_t | major, |
| uint32_t | minor ) |
CTOR.
| major | the major value |
| minor | the minor value |
|
static |
|
static |
| bool ddl::mapping::Version::isValidVersion | ( | ) | const |
is valid or not
| Version & ddl::mapping::Version::operator= | ( | const ddl::dd::Version & | version | ) |