NEOCCA bindings Specification  0.2.8
Static Public Member Functions | List of all members
neo::cca::Version Class Reference

runtime version info for queries. More...

#include <Version.hh>

Static Public Member Functions

static std::string name ()
 The descriptive source release string. More...
 
static std::string id ()
 The dot notation release number string; major.minor.patch. More...
 
static int Major ()
 @ Revision numbering scheme will be rigorously followed after 1.0.0. More...
 
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. More...
 
static int Patch ()
 Patch revision; binary compatible changes, such as addition of new common port definitions. More...
 

Detailed Description

runtime version info for queries.

Member Function Documentation

◆ name()

static std::string neo::cca::Version::name ( )
static

The descriptive source release string.

◆ id()

static std::string neo::cca::Version::id ( )
static

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

◆ Major()

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.

◆ Minor()

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.

◆ Patch()

static int neo::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: