MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Write

Method Write

SampleFramework12/v1.00/FileIO.h:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76template<typename T> void File::Write(const T& data) const
77{
78 Write(sizeof(T), &data);
79}
80
81// Templated helper functions
82

Callers 3

SerializeItemMethod · 0.45
SerializeDataMethod · 0.45
WriteToFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected