| 
    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.
| size_t ext_nbytes | 
Definition at line 212 of file parse.h.
Referenced by Deserializer::~Deserializer().
| uint8_t* ext_buf | 
Definition at line 218 of file parse.h.
Referenced by Serializer::Serializer(), and Serializer::take().