classic_gov_cca_Version(3)
| classic::gov::cca::Version(3) | 'Classic' CCA c++ binding (ccaffeine-only) | classic::gov::cca::Version(3) |
NAME
classic::gov::cca::Version -
UNADOPTED: A class to support the runtime introspection of the CCA version.
SYNOPSIS
#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.
Detailed Description
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.
Member Function Documentation
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.
Author
Generated automatically by Doxygen for 'Classic' CCA c++ binding (ccaffeine-only) from the source code.
| Tue Nov 12 2013 | Version 0.5.7 |
