#include <ESStripGroupId.h>
Public Member Functions | |
ESStripGroupId () | |
ESStripGroupId (const unsigned int &id) | |
const unsigned int | id () const |
bool | operator< (const ESStripGroupId &rhs) const |
bool | operator<= (const ESStripGroupId &rhs) const |
bool | operator== (const ESStripGroupId &rhs) const |
bool | operator> (const ESStripGroupId &rhs) const |
bool | operator>= (const ESStripGroupId &rhs) const |
Private Attributes | |
unsigned int | id_ |
Definition at line 4 of file ESStripGroupId.h.
ESStripGroupId::ESStripGroupId | ( | ) | [inline] |
Definition at line 6 of file ESStripGroupId.h.
: id_(0){}
ESStripGroupId::ESStripGroupId | ( | const unsigned int & | id | ) | [inline] |
Definition at line 7 of file ESStripGroupId.h.
: id_(id){}
const unsigned int ESStripGroupId::id | ( | void | ) | const [inline] |
Definition at line 15 of file ESStripGroupId.h.
References id_.
Referenced by operator<(), operator<=(), operator==(), operator>(), and operator>=().
{ return id_; }
bool ESStripGroupId::operator< | ( | const ESStripGroupId & | rhs | ) | const [inline] |
bool ESStripGroupId::operator<= | ( | const ESStripGroupId & | rhs | ) | const [inline] |
bool ESStripGroupId::operator== | ( | const ESStripGroupId & | rhs | ) | const [inline] |
bool ESStripGroupId::operator> | ( | const ESStripGroupId & | rhs | ) | const [inline] |
bool ESStripGroupId::operator>= | ( | const ESStripGroupId & | rhs | ) | const [inline] |
unsigned int ESStripGroupId::id_ [private] |
Definition at line 18 of file ESStripGroupId.h.
Referenced by id(), operator<(), operator<=(), operator==(), operator>(), and operator>=().