MCPcopy Create free account
hub / github.com/Wohlstand/OPL3BankEditor / GetMutableObject

Method GetMutableObject

src/flatbuffers/flatbuffers.h:251–254  ·  view source on GitHub ↗

Get a mutable pointer to tables/strings inside this vector.

Source from the content-addressed store, hash-verified

249
250 // Get a mutable pointer to tables/strings inside this vector.
251 mutable_return_type GetMutableObject(uoffset_t i) const {
252 assert(i < size());
253 return const_cast<mutable_return_type>(IndirectHelper<T>::Read(Data(), i));
254 }
255
256 // The raw data in little endian format. Use with care.
257 const uint8_t *Data() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected