torc::common::DottedVersion Struct Reference

Encapsulation of dotted decimal DottedVersion numbers. More...

#include <DottedVersion.hpp>

List of all members.

Public Types

typedef boost::uint8_t uint8_t

Public Member Functions

 DottedVersion (uint8_t inMajor=0, uint8_t inMinor=0, uint8_t inRevision=0, uint8_t inReserved=0)
bool operator== (const DottedVersion &rhs) const
bool operator> (const DottedVersion &rhs) const
bool operator>= (const DottedVersion &rhs) const
bool operator< (const DottedVersion &rhs) const
bool operator<= (const DottedVersion &rhs) const

Public Attributes

uint8_t mMajor
uint8_t mMinor
uint8_t mRevision
uint8_t mReserved


Detailed Description

Encapsulation of dotted decimal DottedVersion numbers.

Definition at line 28 of file DottedVersion.hpp.


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

Generated on Thu Oct 13 16:49:53 2011 for TORC by  doxygen 1.5.6