ZeroBuf  0.5.0
Zero-copy, zero-serialize, zero-hassle protocol buffers
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NzerobufZero-copy, zero-serialize, zero-hassle protocol buffers
 CAllocatorAllocator base class and interface
 CConstAllocatorA zerobuf root allocator which gives read-only access to its data
 CDynamicSubAllocatorBaseA zerobuf child allocator which manages a dynamic allocation of statically-sized members
 CNonMovingAllocatorA zerobuf root allocator which does not move existing fields
 CNonMovingBaseAllocatorAllocator base class which does not move existing fields
 CNonMovingSubAllocatorBaseA zerobuf child allocator which does not move existing fields
 CStaticSubAllocatorBaseA zerobuf child allocator which manages a static sub-struct
 CVectorSTL-like vector abstraction for dynamic arrays in a zerobuf
 CIteratorForward iterator for Vector< T >
 CVersionInformation about the current ZeroBuf version
 CZerobufBase class for all Zerobuf serializable objects