#include <byte.h>
Public Member Functions | |
byte () | |
byte (byte const &that) | |
byte (int i) | |
byte | operator= (byte const &that) |
bool | operator== (byte const &that) const |
bool | operator< (byte const &that) const |
operator unsigned int () const |
This models Assignable, CopyConstructible and LessThanComparable.
Definition at line 39 of file byte.h.