BRL-CAD
|
#include <util.h>
Public Member Functions | |
Serializer () | |
~Serializer () | |
bu_external | take () |
void | write_uint8 (uint8_t value) |
void | write_uint32 (uint32_t value) |
void | write_int32 (int32_t value) |
void | write_double (double value) |
void | write (const ON_3dPoint &value) |
void | write (const ON_BoundingBox &value) |
void | write (const ON_Interval &value) |
|
inline |
Definition at line 125 of file util.h.
References BU_EXTERNAL_INIT, bu_malloc(), and bu_external::ext_buf.
|
inline |
Definition at line 135 of file util.h.
References bu_free_external().
|
inline |
Definition at line 141 of file util.h.
References BU_EXTERNAL_INIT, bu_malloc(), and bu_external::ext_buf.
|
inline |
Definition at line 158 of file util.h.
References htonl(), and SIZEOF_NETWORK_LONG.
|
inline |
Definition at line 166 of file util.h.
References bu_bomb(), bu_cv_htonsl(), SIZEOF_NETWORK_LONG, and UNLIKELY.
|
inline |
Definition at line 176 of file util.h.
References bu_cv_htond(), and SIZEOF_NETWORK_DOUBLE.
Referenced by write().
|
inline |
Definition at line 183 of file util.h.
References write_double().
Referenced by write().
|
inline |
|
inline |
Definition at line 198 of file util.h.
References write_double().