MCPcopy Create free account
hub / github.com/axmolengine/axmol / data

Method data

3rdparty/flatbuffers/array.h:101–101  ·  view source on GitHub ↗

Similarly, but typed, much like std::vector::data

Source from the content-addressed store, hash-verified

99
100 // Similarly, but typed, much like std::vector::data
101 const T *data() const { return reinterpret_cast<const T *>(Data()); }
102 T *data() { return reinterpret_cast<T *>(Data()); }
103
104 // Copy data from a span with endian conversion.

Callers 15

CopyFromSpanMethod · 0.45
CopyFromSpanImplMethod · 0.45
span<U, N> make_spanMethod · 0.45
operator<Method · 0.45
VerifyNestedFlatBufferFunction · 0.45
stl_emulation.hFile · 0.45
VerifyNestedFlexBufferFunction · 0.45
GetBufferPointerMethod · 0.45
GetBufferSpanMethod · 0.45
EndTableMethod · 0.45

Calls 1

DataClass · 0.50

Tested by

no test coverage detected