libDXF 0.0.1
A library with DXF related functions written in C.
|
DXF definition of a single linked list of int. More...
#include <global.h>
Data Fields | |
int | value |
struct DxfInt * | next |
Store the int value here.
Definition at line 249 of file global.h.
Referenced by dxf_int_init(), dxf_sortentstable_get_sort_handle_value(), dxf_sortentstable_init(), dxf_sortentstable_read(), dxf_sortentstable_set_sort_handle_value(), and dxf_sortentstable_write().
struct DxfInt* dxf_int_struct::next |
Pointer to the next DxfInt.
NULL
if the last DxfInt.
Definition at line 250 of file global.h.
Referenced by dxf_int_free(), dxf_int_free_chain(), dxf_int_init(), dxf_sortentstable_get_last_sort_handle(), dxf_sortentstable_get_next_sort_handle(), dxf_sortentstable_read(), dxf_sortentstable_set_next_sort_handle(), and dxf_sortentstable_write().