MADARA  3.0.6
TiXmlCursor Struct Reference

Internal structure for tracking location of items in the XML file. More...

#include <tinyxml.h>

Public Member Functions

 TiXmlCursor ()
 Constructor. More...
 
void Clear ()
 Sets row and column to -1. More...
 

Public Attributes

int col
 0 based. More...
 
int row
 0 based. More...
 

Detailed Description

Internal structure for tracking location of items in the XML file.

Definition at line 112 of file tinyxml.h.

Constructor & Destructor Documentation

TiXmlCursor::TiXmlCursor ( )
inline

Constructor.

Definition at line 117 of file tinyxml.h.

Member Function Documentation

void TiXmlCursor::Clear ( )
inline

Sets row and column to -1.

Definition at line 122 of file tinyxml.h.

Member Data Documentation

int TiXmlCursor::col

0 based.

Definition at line 125 of file tinyxml.h.

int TiXmlCursor::row

0 based.

Definition at line 124 of file tinyxml.h.


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