#include <rvc/binary.h>
Inheritance diagram for RVC::BINARY:

Public Member Functions | |
| BINARY (const RVC::BINARY &obj) | |
| BINARY () | |
| bool | IsInverted () const |
| ERRVALUE | Make (const RVC::OBJITEM &ObjItem, const char *Source=0) |
| ERRVALUE | Make (const RVC::OBJECT &parent, const RVC::OBJECTNAME &name, const RVC::OBJECTDESC &desc, const char *Source=0) |
| RVC::BINARY & | operator= (const RVC::BINARY &rhs) |
| ERRVALUE | Read (SIMPLE_ARRAY< UINT8 > &data) const |
| ERRVALUE | Write (const void *const data, INT32 NumBytes) |
| ERRVALUE | Write (const SIMPLE_ARRAY< UINT8 > &data) |
| virtual | ~BINARY () |
Protected Member Functions | |
| ERRVALUE | Make (const OBJECT &parent, const OBJECTNAME &name, const OBJECTDESC &desc, RVCGENINFO &newinfo, int HeaderSize, int HeaderType, const char *Source) |
This class inherits from RVC::OBJECT
RVC Object Types that this class supports: RVC::OBJTYPE_GenericRef.
Default RVC Object Type for this class: RVC::OBJTYPE_GenericRef.
Valid parents for this class:
Definition at line 68 of file binary.h.
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
|
Destructor.
|
|
|
Determine whether or not object is byte order inverted.
|
|
||||||||||||||||||||||||||||||||
|
Used for objects that inherit from this object.
|
|
||||||||||||
|
Make a child rvc binary object from a given RVCOBJITEM.
Reimplemented in RVC::ICMPROFILE. |
|
||||||||||||||||||||
|
Make a child rvc binary object from a given parent with a name and description.
Reimplemented in RVC::ICMPROFILE. |
|
|
Assignment.
|
|
|
Read binary object into a simple array.
|
|
||||||||||||
|
Write binary object from a void pointer and number of bytes Will overwrite existing data and resize object to 'NumBytes'.
|
|
|
Write binary object from a simple array Will overwrite existing data and resize object to 'data.GetNumItems()'.
|
1.3.8-20040913