|
BRL-CAD
|
#include <parse.h>
Data Fields | |
| uint32_t | ext_magic |
| size_t | ext_nbytes |
| uint8_t * | ext_buf |
An "opaque" handle for holding onto objects, typically in some kind of external form that is not directly usable without passing through an "importation" function.
A "bu_external" struct holds the "external binary" representation of a structure or other block of arbitrary data.
| uint8_t* ext_buf |
Definition at line 219 of file parse.h.
Referenced by Serializer::Serializer(), and Serializer::take().