HDK
|
#include <PlainOldDataType.h>
Public Member Functions | |
bool_t () | |
bool_t (bool tf) | |
bool_t (byte_t b) | |
bool_t & | operator= (bool tf) |
bool_t & | operator= (byte_t b) |
bool_t | operator! (void) |
bool | asBool () const |
operator bool () const | |
BOOLEAN BASE TYPE - since C++ doesn't explicitly demand that bool be a given bit depth, but we need it to be here, we make our own bool type, which is a bit silly. This is purely for storage reasons.
Definition at line 64 of file PlainOldDataType.h.
|
inline |
Definition at line 67 of file PlainOldDataType.h.
|
inline |
Definition at line 69 of file PlainOldDataType.h.
|
inline |
Definition at line 70 of file PlainOldDataType.h.
|
inline |
Definition at line 96 of file PlainOldDataType.h.
|
inline |
Definition at line 97 of file PlainOldDataType.h.
Definition at line 91 of file PlainOldDataType.h.
|
inline |
Using default copy constructor ... Using default assignment operator ...
Definition at line 79 of file PlainOldDataType.h.
Definition at line 85 of file PlainOldDataType.h.