LibreDWG API  0.13.3
LibreDWG API - The DWG Library
_dwg_resbuf Struct Reference

#include <dwg.h>

Data Fields

short type
 
union {
   double   pt [3]
 
   char   i8
 
   short   i16
 
   int   i32
 
   BITCODE_BLL   i64
 
   BITCODE_RLL   absref
 
   double   dbl
 
   struct _dwg_binary_chunk   str
 
value
 
struct _dwg_resbufnextrb
 

Detailed Description

result buffers: xdata linked list of dxf group - value pairs. Used as Dwg_Resbuf

Field Documentation

◆ absref

BITCODE_RLL _dwg_resbuf::absref

◆ dbl

double _dwg_resbuf::dbl

◆ i16

short _dwg_resbuf::i16

◆ i32

int _dwg_resbuf::i32

◆ i64

BITCODE_BLL _dwg_resbuf::i64

◆ i8

char _dwg_resbuf::i8

◆ nextrb

struct _dwg_resbuf* _dwg_resbuf::nextrb

◆ pt

double _dwg_resbuf::pt[3]

◆ str

struct _dwg_binary_chunk _dwg_resbuf::str

◆ type

short _dwg_resbuf::type

◆ 

union { ... } _dwg_resbuf::value

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