Public Member Functions | |
CP_IntegerType () | |
CP_IntegerType (UnderlyingType inValue) | |
operator UnderlyingType () const | |
operator UnderlyingType & () | |
UnderlyingType | Get () const |
bool | operator== (const CP_IntegerType &inRhs) const |
bool | operator!= (const CP_IntegerType &inRhs) const |
bool | operator< (const CP_IntegerType &inRhs) const |
bool | operator<= (const CP_IntegerType &inRhs) const |
bool | operator> (const CP_IntegerType &inRhs) const |
bool | operator>= (const CP_IntegerType &inRhs) const |
bool | operator== (UnderlyingType inRhs) const |
bool | operator!= (UnderlyingType inRhs) const |
bool | operator< (UnderlyingType inRhs) const |
bool | operator<= (UnderlyingType inRhs) const |
bool | operator> (UnderlyingType inRhs) const |
bool | operator>= (UnderlyingType inRhs) const |
CP_IntegerType & | operator= (const CP_IntegerType &inRhs) |
CP_IntegerType & | operator= (UnderlyingType inRhs) |
Protected Attributes | |
UnderlyingType | fValue |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|