MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / Write

Function Write

externals/tinyxml2/tinyxml2.h:2341–2341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2339 virtual void Putc( char ch );
2340
2341 inline void Write(const char* data) { Write(data, strlen(data)); }
2342
2343 void SealElementIfJustOpened();
2344 bool _elementJustOpened;

Callers 10

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

Calls

no outgoing calls

Tested by

no test coverage detected