BRL-CAD

#include <parse.h>

Data Fields

uint32_t ext_magic
 
size_t ext_nbytes
 
uint8_t * ext_buf
 

Detailed Description

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.

Definition at line 210 of file parse.h.

Field Documentation

◆ ext_magic

uint32_t ext_magic

Definition at line 211 of file parse.h.

◆ ext_nbytes

size_t ext_nbytes

Definition at line 212 of file parse.h.

Referenced by Deserializer::~Deserializer().

◆ ext_buf

uint8_t* ext_buf

Definition at line 218 of file parse.h.

Referenced by Serializer::Serializer(), and Serializer::take().


The documentation for this struct was generated from the following file: