#include <bytevector.h>
Public Member Functions | |
QuadByte (void) | |
QuadByte & | operator= (unsigned int rhs) |
QuadByte & | operator= (QuadByte &rhs) |
operator unsigned int () |
ByteVector
class of 4 Byte
objects. seal::QuadByte::QuadByte | ( | void | ) | [inline] |
Default constructor.
QuadByte& seal::QuadByte::operator= | ( | unsigned int | rhs | ) | [inline] |
Assignment operator which handles assignment with an unsigned int in the RHS.
Assignment operator which handles assignment with another QuadByte
object in the RHS.
seal::QuadByte::operator unsigned int | ( | ) | [inline] |
Operator function which lets a QuadByte
object behave like an unsigned integer.