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

Function Write

Engine/lib/tinyxml/tinyxml2.h:2338–2338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2336 virtual void Putc( char ch );
2337
2338 inline void Write(const char* data) { Write(data, strlen(data)); }
2339
2340 void SealElementIfJustOpened();
2341 bool _elementJustOpened;

Callers 10

PrintSpaceMethod · 0.70
PrintStringMethod · 0.70
PushHeaderMethod · 0.70
OpenElementMethod · 0.70
PushAttributeMethod · 0.70
CloseElementMethod · 0.70
PushTextMethod · 0.70
PushCommentMethod · 0.70
PushDeclarationMethod · 0.70
PushUnknownMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected