aGrUM  0.16.0
TiXmlCursor Struct Reference

#include <tinyxml.h>

Public Attributes

int row
 
int col
 

Public Member Functions

 TiXmlCursor ()
 
void Clear ()
 

Detailed Description

Definition at line 112 of file tinyxml.h.

Constructor & Destructor Documentation

◆ TiXmlCursor()

TiXmlCursor::TiXmlCursor ( )
inline

Definition at line 113 of file tinyxml.h.

References Clear().

113 { Clear(); }
void Clear()
Definition: tinyxml.h:114
+ Here is the call graph for this function:

Member Function Documentation

◆ Clear()

void TiXmlCursor::Clear ( )
inline

Definition at line 114 of file tinyxml.h.

References col, and row.

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

114 { row = col = -1; }
+ Here is the caller graph for this function:

Member Data Documentation

◆ col

int TiXmlCursor::col

Definition at line 117 of file tinyxml.h.

Referenced by Clear(), TiXmlBase::Column(), and TiXmlDocument::Parse().

◆ row

int TiXmlCursor::row

Definition at line 116 of file tinyxml.h.

Referenced by Clear(), TiXmlDocument::Parse(), and TiXmlBase::Row().


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