|  | Ark Server API (ASA) - Wiki
    | 
#include <CompactBinary.h>
 Inheritance diagram for FCbArray:
 Inheritance diagram for FCbArray: Collaboration diagram for FCbArray:
 Collaboration diagram for FCbArray:An array that includes a shared buffer for the memory that contains it.
Definition at line 1364 of file CompactBinary.h.
| 
 | inline | 
Definition at line 1371 of file CompactBinary.h.
| 
 | inline | 
Access the array as an array field.
Definition at line 1370 of file CompactBinary.h.
| FCompositeBuffer FCbArray::GetBuffer | ( | ) | const | 
Returns a buffer that contains the array as it would be serialized by CopyTo.
| 
 | 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.