GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ADF::Version Class Reference

Base class for version numbers. More...

#include <Version.h>

Public Member Functions

UShort_t GetMajor () const
 
UShort_t GetMinor () const
 
std::string GetString () const
 
void operator() (UShort_t maj, UShort_t min)
 to change both values More...
 
Bool_t operator== (const Version &) const
 to compare two bersions, must have the same minor and major More...
 
void SetMajor (UShort_t maj)
 
void SetMinor (UShort_t min)
 
 Version ()
 
 Version (UShort_t, UShort_t)
 
 Version (const Version &)
 copy constructor More...
 
 ~Version ()
 

Detailed Description

Base class for version numbers.

A version is a major and a minor number.

Definition at line 38 of file Version.h.


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