ddc
Public Member Functions | Public Attributes | List of all members
TiXmlCursor Struct Reference

#include <tinyxml.h>

Public Member Functions

 TiXmlCursor ()
 
void Clear ()
 

Public Attributes

int row
 
int col
 

Constructor & Destructor Documentation

◆ TiXmlCursor()

TiXmlCursor::TiXmlCursor ( )
inline

References Clear().

Here is the call graph for this function:

Member Function Documentation

◆ Clear()

void TiXmlCursor::Clear ( )
inline

References col, and row.

Referenced by TiXmlDocument::LoadFile(), TiXmlDocument::Parse(), TiXmlDocument::SetError(), TiXmlNode::SetValue(), and TiXmlCursor().

Here is the caller graph for this function:

Member Data Documentation

◆ row

int TiXmlCursor::row

◆ col

int TiXmlCursor::col

The documentation for this struct was generated from the following file: