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