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

Method TiXmlParsingData

tinyxml/src/tinyxmlparser.cpp:181–188  ·  view source on GitHub ↗

Only used by the document!

Source from the content-addressed store, hash-verified

179 private:
180 // Only used by the document!
181 TiXmlParsingData( const char* start, int _tabsize, int row, int col )
182 {
183 assert( start );
184 stamp = start;
185 tabsize = _tabsize;
186 cursor.row = row;
187 cursor.col = col;
188 }
189
190 TiXmlCursor cursor;
191 const char* stamp;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected