NAIA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Public Attributes | List of all members
NAIA::Version Class Reference

Container class for versioning info. More...

#include <Containers/NAIAVersion.h>

Inheritance diagram for NAIA::Version:

Public Attributes

unsigned int major = 0
 updated only upon breaking datamodel changes More...
 
unsigned int minor = 1
 updated only upon schema-evolution tolerated datamodel changes More...
 
unsigned int patch = 3
 updated only upon API and processing changes More...
 

Detailed Description

Container class for versioning info.

Definition at line 21 of file NAIAVersion.h.

Member Data Documentation

unsigned int NAIA::Version::major = 0

updated only upon breaking datamodel changes

Definition at line 22 of file NAIAVersion.h.

unsigned int NAIA::Version::minor = 1

updated only upon schema-evolution tolerated datamodel changes

Definition at line 23 of file NAIAVersion.h.

unsigned int NAIA::Version::patch = 3

updated only upon API and processing changes

Definition at line 24 of file NAIAVersion.h.


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