MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / TiXmlCursor

Method TiXmlCursor

tinyxml/include/tinyxml.h:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99struct TiXmlCursor
100{
101 TiXmlCursor() { Clear(); }
102 void Clear() { row = col = -1; }
103
104 int row; // 0 based.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected