ZeroBuf
0.5.0
Zero-copy, zero-serialize, zero-hassle protocol buffers
|
▼Nzerobuf | Zero-copy, zero-serialize, zero-hassle protocol buffers |
CAllocator | Allocator base class and interface |
CConstAllocator | A zerobuf root allocator which gives read-only access to its data |
CDynamicSubAllocatorBase | A zerobuf child allocator which manages a dynamic allocation of statically-sized members |
CNonMovingAllocator | A zerobuf root allocator which does not move existing fields |
CNonMovingBaseAllocator | Allocator base class which does not move existing fields |
CNonMovingSubAllocatorBase | A zerobuf child allocator which does not move existing fields |
CStaticSubAllocatorBase | A zerobuf child allocator which manages a static sub-struct |
▼CVector | STL-like vector abstraction for dynamic arrays in a zerobuf |
CIterator | Forward iterator for Vector< T > |
CVersion | Information about the current ZeroBuf version |
CZerobuf | Base class for all Zerobuf serializable objects |