'Classic' CCA c++ binding (ccaffeine-only) 0.5.7
Static Public Member Functions | List of all members
classic::gov::cca::Version Class Reference

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.
 

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

◆ name()

static CONST char * classic::gov::cca::Version::name ( )
static

The descriptive source release string.

◆ id()

static CONST char * classic::gov::cca::Version::id ( )
static

The dot notation release number string; major.minor.patch.


◆ Major()

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.

◆ Minor()

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.

◆ Patch()

static CONST int classic::gov::cca::Version::Patch ( )
static

Patch revision; binary compatible changes, such as addition of new common port definitions.


The documentation for this class was generated from the following file: