i3dlib

Documentation

i3d::BINARY Struct Reference

#include <basic.h>

List of all members.


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).
BINARYoperator= (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: