MCPcopy Create free account
hub / github.com/assimp/assimp / ReadBytes

Method ReadBytes

code/AssetLib/Ogre/OgreBinarySerializer.cpp:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void OgreBinarySerializer::ReadBytes(char *dest, size_t numBytes) {
98 ReadBytes(static_cast<void *>(dest), numBytes);
99}
100
101void OgreBinarySerializer::ReadBytes(uint8_t *dest, size_t numBytes) {
102 ReadBytes(static_cast<void *>(dest), numBytes);

Callers

nothing calls this directly

Calls 1

CopyAndAdvanceMethod · 0.80

Tested by

no test coverage detected