LRAUV  revA
SyncComponent::CycleOrder Class Reference

These are enumerated to simplify sorting and ordering. More...

#include <SyncComponent.h>

Public Member Functions

 CycleOrder (int orderPreference)
 
 operator int () const
 
bool operator== (const CycleOrder &otherPreference) const
 
bool operator!= (const CycleOrder &otherPreference) const
 
bool operator< (const CycleOrder &otherPreference) const
 

Private Attributes

int orderPreference_
 

Detailed Description

These are enumerated to simplify sorting and ordering.

Constructor & Destructor Documentation

SyncComponent::CycleOrder::CycleOrder ( int  orderPreference)
inline

Member Function Documentation

SyncComponent::CycleOrder::operator int ( ) const
inline

References orderPreference_.

bool SyncComponent::CycleOrder::operator!= ( const CycleOrder otherPreference) const
inline

References orderPreference_.

bool SyncComponent::CycleOrder::operator< ( const CycleOrder otherPreference) const
inline

References orderPreference_.

bool SyncComponent::CycleOrder::operator== ( const CycleOrder otherPreference) const
inline

References orderPreference_.

Member Data Documentation

int SyncComponent::CycleOrder::orderPreference_
private

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