DDL Version.
More...
#include <dd_common_types.h>
Inherited by ddl::mapping::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
|
| |
◆ Version() [1/2]
| ddl::dd::Version::Version |
( |
const std::string & | version | ) |
|
CTOR - Version from string.
- Parameters
-
◆ Version() [2/2]
| ddl::dd::Version::Version |
( |
uint32_t | major, |
|
|
uint32_t | minor ) |
CTOR.
- Parameters
-
| major | the major value |
| minor | the minor value |
◆ getDefaultVersion()
| static const Version & ddl::dd::Version::getDefaultVersion |
( |
| ) |
|
|
inlinestatic |
Get the Default Version. This is the currently Version(4, 1).
- Returns
- const Version&
◆ getLatestVersion()
| static const Version & ddl::dd::Version::getLatestVersion |
( |
| ) |
|
|
static |
Get the latest DDL version This is the currently Version(4, 2).
- Returns
- const Version&
◆ getMajor()
| uint32_t ddl::dd::Version::getMajor |
( |
| ) |
const |
Get the Major value.
- Returns
- uint32_t
◆ getMinor()
| uint32_t ddl::dd::Version::getMinor |
( |
| ) |
const |
Get the Minor value.
- Returns
- uint32_t
◆ isValidVersion()
| bool ddl::dd::Version::isValidVersion |
( |
| ) |
const |
is valid or not
- Returns
- true is valid
-
false is not valid
◆ toString()
| std::string ddl::dd::Version::toString |
( |
| ) |
const |
the vrsion as string
- Returns
- std::string
◆ ddl_version_10
| const Version ddl::dd::Version::ddl_version_10 |
|
static |
◆ ddl_version_11
| const Version ddl::dd::Version::ddl_version_11 |
|
static |
◆ ddl_version_12
| const Version ddl::dd::Version::ddl_version_12 |
|
static |
◆ ddl_version_20
| const Version ddl::dd::Version::ddl_version_20 |
|
static |
◆ ddl_version_30
| const Version ddl::dd::Version::ddl_version_30 |
|
static |
◆ ddl_version_40
| const Version ddl::dd::Version::ddl_version_40 |
|
static |
◆ ddl_version_41
| const Version ddl::dd::Version::ddl_version_41 |
|
static |
◆ ddl_version_current
| const Version ddl::dd::Version::ddl_version_current |
|
static |
◆ ddl_version_invalid
| const Version ddl::dd::Version::ddl_version_invalid |
|
static |
◆ ddl_version_notset
| const Version ddl::dd::Version::ddl_version_notset |
|
static |
The documentation for this class was generated from the following file: