Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

gov::cca::Version Class Reference

UNADOPTED: A class to support the runtime introspection of the CCA version. More...

#include <cca.h>

List of all members.

Static Public Methods

CONST char * name ()
 The descriptive source release string. More...

CONST char * id ()
 The dot notation release number string; major.minor.patch. More...

CONST int Major ()
 Major version; increments with binary incompatible changes in this header. More...

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. More...

CONST int Patch ()
 Patch revision; binary compatible changes, such as addition of new common port definitions. More...


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

CONST char* gov::cca::Version::name   [static]
 

The descriptive source release string.

CONST char* gov::cca::Version::id   [static]
 

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

CONST int gov::cca::Version::Major   [static]
 

Major version; increments with binary incompatible changes in this header.

CONST int 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.

CONST int 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:
Generated on Tue Aug 20 14:30:31 2002 for CCA Specification/Proposals by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002