|
'Classic' CCA c++ binding (ccaffeine-only)
0.5.7
|
UNADOPTED: A class to support the runtime introspection of the CCA version. More...
#include <cca.h>
Static Public Member Functions | |
| static CONST char * | name () |
| The descriptive source release string. | |
| static CONST char * | id () |
| The dot notation release number string; major.minor.patch. | |
| static CONST int | Major () |
| @ Revision numbering scheme will be rigorously followed after 1_0_0. | |
| static CONST 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 CONST int | Patch () |
| Patch revision; binary compatible changes, such as addition of new common port definitions. | |
UNADOPTED: A class to support the runtime introspection of the CCA version.
The int returning functions are capitalized because sysmacros.h #defines both major() and minor(), sheesh.
| static CONST char* classic::gov::cca::Version::name | ( | ) | [static] |
The descriptive source release string.
| static CONST char* classic::gov::cca::Version::id | ( | ) | [static] |
The dot notation release number string; major.minor.patch.
| static CONST int classic::gov::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 CONST int classic::gov::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 CONST int classic::gov::cca::Version::Patch | ( | ) | [static] |
Patch revision; binary compatible changes, such as addition of new common port definitions.
1.7.6.1