Ark Server API (ASA) - Wiki
|
#include <CompactBinary.h>
An object that includes a shared buffer for the memory that contains it.
Definition at line 1385 of file CompactBinary.h.
|
inline |
Definition at line 1415 of file CompactBinary.h.
|
inline |
Access the object as an object field.
Definition at line 1414 of file CompactBinary.h.
|
inline |
Find a field by case-sensitive name comparison.
Definition at line 1391 of file CompactBinary.h.
|
inline |
Find a field by case-insensitive name comparison.
Definition at line 1401 of file CompactBinary.h.
FCompositeBuffer FCbObject::GetBuffer | ( | ) | const |
Returns a buffer that contains the object as it would be serialized by CopyTo.
|
inline |
Find a field by case-sensitive name comparison.
Definition at line 1411 of file CompactBinary.h.
|
default |
Construct a default value.
|
inline |
Construct a value that holds a reference to the buffer that contains it.
Definition at line 1132 of file CompactBinary.h.
|
inline |
Construct a value that holds a reference to the buffer of the outer that contains it.
Definition at line 1144 of file CompactBinary.h.
|
inlineexplicit |
Construct a value from a pointer to its data and an optional externally-provided type.
ValueBuffer | A buffer that exactly contains the value. |
Type | HasFieldType means that ValueBuffer contains the type. Otherwise, use the given type. |
Definition at line 1121 of file CompactBinary.h.