#include <DataType.h>
Public Member Functions | |
ByteInt () | |
ByteInt (const ByteInt &v) | |
copy constructor | |
ByteInt (char v) | |
constructor with char | |
operator int () const | |
char | operator= (ByteInt v) |
char | operator= (char v) |
char | operator+= (ByteInt v) |
char | operator+= (char v) |
char | operator-= (ByteInt v) |
char | operator-= (char v) |
char | operator *= (ByteInt v) |
char | operator *= (char v) |
char | operator/= (ByteInt v) |
char | operator/= (char v) |
char | operator%= (ByteInt v) |
char | operator%= (char v) |
char | operator<<= (ByteInt v) |
char | operator<<= (char v) |
char | operator>>= (ByteInt v) |
char | operator>>= (char v) |
char | operator &= (ByteInt v) |
char | operator &= (char v) |
char | operator|= (ByteInt v) |
char | operator|= (char v) |
char | operator^= (ByteInt v) |
char | operator^= (char v) |
char | operator++ () |
char | operator++ (int) |
char | operator-- () |
char | operator-- (int) |
Definition at line 140 of file DataType.h.
ByteInt::ByteInt | ( | ) | [inline] |
ByteInt::ByteInt | ( | const ByteInt & | v | ) | [inline] |
ByteInt::ByteInt | ( | char | v | ) | [inline] |
char ByteInt::operator &= | ( | char | v | ) | [inline] |
char ByteInt::operator &= | ( | ByteInt | v | ) | [inline] |
char ByteInt::operator *= | ( | char | v | ) | [inline] |
char ByteInt::operator *= | ( | ByteInt | v | ) | [inline] |
ByteInt::operator int | ( | ) | const [inline] |
char ByteInt::operator%= | ( | char | v | ) | [inline] |
char ByteInt::operator%= | ( | ByteInt | v | ) | [inline] |
char ByteInt::operator++ | ( | int | ) | [inline] |
char ByteInt::operator++ | ( | ) | [inline] |
char ByteInt::operator+= | ( | char | v | ) | [inline] |
char ByteInt::operator+= | ( | ByteInt | v | ) | [inline] |
char ByteInt::operator-- | ( | int | ) | [inline] |
char ByteInt::operator-- | ( | ) | [inline] |
char ByteInt::operator-= | ( | char | v | ) | [inline] |
char ByteInt::operator-= | ( | ByteInt | v | ) | [inline] |
char ByteInt::operator/= | ( | char | v | ) | [inline] |
char ByteInt::operator/= | ( | ByteInt | v | ) | [inline] |
char ByteInt::operator<<= | ( | char | v | ) | [inline] |
char ByteInt::operator<<= | ( | ByteInt | v | ) | [inline] |
char ByteInt::operator= | ( | char | v | ) | [inline] |
char ByteInt::operator= | ( | ByteInt | v | ) | [inline] |
char ByteInt::operator>>= | ( | char | v | ) | [inline] |
char ByteInt::operator>>= | ( | ByteInt | v | ) | [inline] |
char ByteInt::operator^= | ( | char | v | ) | [inline] |
char ByteInt::operator^= | ( | ByteInt | v | ) | [inline] |
char ByteInt::operator|= | ( | char | v | ) | [inline] |
char ByteInt::operator|= | ( | ByteInt | v | ) | [inline] |