Module capnp::message
[−]
[src]
Untyped root container for a Cap'n Proto value.
Structs
| Builder |
A container used to build a message. |
| HeapAllocator | |
| Reader |
A container used to read a message. |
| ReaderOptions |
Options controlling how data is read. |
| ScratchSpace | |
| ScratchSpaceHeapAllocator | |
| SegmentArray |
An array of segments. |
Enums
| AllocationStrategy |
Constants
| DEFAULT_READER_OPTIONS | |
| SUGGESTED_ALLOCATION_STRATEGY | |
| SUGGESTED_FIRST_SEGMENT_WORDS |
Traits
| Allocator |
An object that allocates memory for a Cap'n Proto message as it is being built. |
| ReaderSegments |
An object that manages the buffers underlying a Cap'n Proto message reader. |