cppDataPipeline 0.3.0
C++ Implementation of the FAIR Data Pipeline API
Loading...
Searching...
No Matches
Classes | Enumerations
FairDataPipeline::Versioning Namespace Reference

namespace containing all semantic versioning types and classes More...

Classes

class  version
 class describing the semantic version of an object More...
 

Enumerations

enum class  meta_tag { ALPHA , BETA , RELEASE_CANDIDATE , RELEASE }
 the allowed tags for versions describing version state More...
 

Detailed Description

namespace containing all semantic versioning types and classes


Author
K. Zarebski (UKAEA)

Enumeration Type Documentation

◆ meta_tag

the allowed tags for versions describing version state


Author
K. Zarebski (UKAEA)

This enum class contains all permitted release state classifiers which describe whether the code/data object is a full release or still under review by the authors

Enumerator
ALPHA 

Release is an Alpha release

BETA 

Release is an Beta release

RELEASE_CANDIDATE 

Release is a candidate for full release

RELEASE 

Release is a full release