MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / Deserializer

Method Deserializer

deps/LLGL/sources/Renderer/Serialization.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 */
92
93Deserializer::Deserializer(const Blob& blob) :
94 data_ { reinterpret_cast<const std::int8_t*>(blob.GetData()) },
95 size_ { blob.GetSize() }
96{
97}
98
99Deserializer::Deserializer(const void* data, std::size_t size) :
100 data_ { reinterpret_cast<const std::int8_t*>(data) },

Callers

nothing calls this directly

Calls 2

GetDataMethod · 0.45
GetSizeMethod · 0.45

Tested by

no test coverage detected