i3d::BINARY Struct Reference
#include <basic.h>
Public Member Functions | |
| BINARY () | |
| constructor | |
| BINARY (byte v) | |
| explicit constructor | |
| operator byte () const | |
| Conversion from BINARY to a byte. Allows to assign BINARY to an int variable and to print BINARY using the (int) typecast (useful in template functions). | |
| BINARY & | operator= (const byte v) |
| assign operator | |
Public Attributes | |
| byte | value |
| data buffer | |
Detailed Description
data type for binary data representation
The documentation for this struct was generated from the following file:
- basic.h
