FlatBuffers
An open source project by FPL.
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cflatbuffers::Allocator
 Cflatbuffers::DefaultAllocator
 Ccom.google.flatbuffers.FlatBufferBuilder.ByteBufferFactoryAn interface that provides a user of the FlatBufferBuilder class the ability to specify the method in which the internal buffer gets allocated
 Ccom.google.flatbuffers.FlatBufferBuilder.HeapByteBufferFactoryAn implementation of the ByteBufferFactory interface that is used when one is not provided by the user
 Ccom.google.flatbuffers.ByteBufferUtilClass that collects utility functions around ByteBuffer
 Cflatbuffers::DetachedBuffer
 Cflatbuffers::FlatBufferBuilder::FieldLoc
 Ccom.google.flatbuffers.FlatBufferBuilderClass that helps you build a FlatBuffer
 Cflatbuffers::FlatBufferBuilderHelper class to hold data needed in creation of a FlatBuffer
 CGoogle\FlatBuffers\FlatbufferBuilder
 CFlatBuffers.FlatBufferBuilderResponsible for building up and accessing a FlatBuffer formatted byte array (via ByteBuffer)
 Cflatbuffers::IndirectHelper< T >
 Cflatbuffers::IndirectHelper< const T * >
 Cflatbuffers::IndirectHelper< Offset< T > >
 Cflatbuffers::Offset< T >
 Cflatbuffers::FlatBufferBuilder::StringOffsetCompare
 Cflatbuffers::Vector< T >
 Cflatbuffers::Vector< char >
 Cflatbuffers::String
 Cflatbuffers::vector_downward
 Cflatbuffers::VectorIterator< T, IT >
 Cflatbuffers::VectorOfAny