MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / Write

Method Write

Engine/source/persistence/taml/fsTinyXml.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void VfsXMLPrinter::Write(const char* data, size_t size)
55{
56 m_Stream.write(size, data);
57}
58
59void VfsXMLPrinter::Putc(char ch)
60{

Callers 2

PrintStringMethod · 0.45
PushAttributeMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected