|
Alembic 1.8.11
|
#include <PlainOldDataType.h>
Public Member Functions | |
| 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.
|
inline |
Using default copy constructor ...
Using default assignment operator ...