|
NEOCCA bindings Specification
0.2.8
|
runtime version info for queries. More...
#include <Version.hh>
Static Public Member Functions | |
| static std::string | name () |
| The descriptive source release string. | |
| static std::string | id () |
| The dot notation release number string; major.minor.patch. | |
| static int | Major () |
| @ Revision numbering scheme will be rigorously followed after 1.0.0. | |
| static int | Minor () |
| Minor revision; increments with binary incompatible changes in well known ports, including changes in namings expressed with string name or type arguments. | |
| static int | Patch () |
| Patch revision; binary compatible changes, such as addition of new common port definitions. | |
runtime version info for queries.
| static std::string neo::cca::Version::name | ( | ) | [static] |
The descriptive source release string.
| static std::string neo::cca::Version::id | ( | ) | [static] |
The dot notation release number string; major.minor.patch.
| static int neo::cca::Version::Major | ( | ) | [static] |
@ Revision numbering scheme will be rigorously followed after 1.0.0.
Major version; increments with binary incompatible changes in this header.
| static int neo::cca::Version::Minor | ( | ) | [static] |
Minor revision; increments with binary incompatible changes in well known ports, including changes in namings expressed with string name or type arguments.
Changes in the spec but outside this header.
| static int neo::cca::Version::Patch | ( | ) | [static] |
Patch revision; binary compatible changes, such as addition of new common port definitions.
1.7.6.1