FlatBuffers
An open source project by FPL.
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cflatbuffers::Allocator
 Cflatbuffers::DefaultAllocator
 Cflatbuffers::Array< T, length >
 Cflatbuffers::Array< Offset< T >, length >
 CBaseVector
 Ccom.google.flatbuffers.BooleanVectorHelper type for accessing vector of booleans
 Ccom.google.flatbuffers.ByteVectorHelper type for accessing vector of signed or unsigned 8-bit values
 Ccom.google.flatbuffers.DoubleVectorHelper type for accessing vector of double values
 Ccom.google.flatbuffers.FloatVectorHelper type for accessing vector of float values
 Ccom.google.flatbuffers.IntVectorHelper type for accessing vector of signed or unsigned 32-bit values
 Ccom.google.flatbuffers.LongVectorHelper type for accessing vector of long values
 Ccom.google.flatbuffers.ShortVectorHelper type for accessing vector of signed or unsigned 16-bit values
 Ccom.google.flatbuffers.StringVectorHelper type for accessing vector of String
 Ccom.google.flatbuffers.UnionVectorHelper type for accessing vector of unions
 Ccom.google.flatbuffers.FlexBuffers.BlobRepresents a array of bytes element in the buffer
 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.FlatBufferBuilderResponsible for building up and accessing a FlatBuffer formatted byte array (via ByteBuffer)
 Cflatbuffers::FlatBufferBuilderHelper class to hold data needed in creation of a FlatBuffer
 CGoogle\FlatBuffers\FlatbufferBuilder
 Ccom.google.flatbuffers.FlexBuffersThis class can be used to parse FlexBuffer messages
 Ccom.google.flatbuffers.FlexBuffersBuilderHelper class that builds FlexBuffers
 Cflatbuffers::IndirectHelper< T >
 Cflatbuffers::IndirectHelper< const T * >
 Cflatbuffers::IndirectHelper< Offset< T > >
 Ccom.google.flatbuffers.FlexBuffers.KeyRepresents a key element in the buffer
 Ccom.google.flatbuffers.FlexBuffers.KeyVectorRepresent a vector of keys in a map
 Cflatbuffers::Offset< T >
 Ccom.google.flatbuffers.ReadBufRepresent a chunk of data, where FlexBuffers will read from
 Ccom.google.flatbuffers.ReadWriteBufInterface to represent a read-write buffer
 Ccom.google.flatbuffers.ArrayReadWriteBufImplements
 Ccom.google.flatbuffers.ByteBufferReadWriteBuf
 Ccom.google.flatbuffers.FlexBuffers.ReferenceRepresents an generic element in the buffer
 Cstd::reverse_iterator
 Cflatbuffers::VectorReverseIterator< Iterator >
 CRuntimeException
 Ccom.google.flatbuffers.FlexBuffers.FlexBufferException
 Cflatbuffers::FlatBufferBuilder::StringOffsetCompare
 Ccom.google.flatbuffers.Utf8
 Ccom.google.flatbuffers.Utf8OldThis class implements the Utf8 API using the Java Utf8 encoder
 Ccom.google.flatbuffers.Utf8SafeA set of low-level, high-performance static utility methods related to the UTF-8 character encoding
 Ccom.google.flatbuffers.FlexBuffers.VectorObject that represents a set of elements in the buffer
 Ccom.google.flatbuffers.FlexBuffers.MapMap object representing a set of key-value pairs
 Ccom.google.flatbuffers.FlexBuffers.TypedVectorObject that represents a set of elements with the same type
 Cflatbuffers::Vector< T >
 Cflatbuffers::Vector< char >
 Cflatbuffers::String
 Cflatbuffers::vector_downward
 Cflatbuffers::VectorIterator< T, IT >
 Cflatbuffers::VectorOfAny