CMS 3D CMS Logo

Public Member Functions | Public Attributes

TiXmlCursor Struct Reference

#include <tinyxml.h>

List of all members.

Public Member Functions

void Clear ()
 TiXmlCursor ()

Public Attributes

int col
int row

Detailed Description

Definition at line 102 of file tinyxml.h.


Constructor & Destructor Documentation

TiXmlCursor::TiXmlCursor ( ) [inline]

Definition at line 104 of file tinyxml.h.

References Clear().

{ Clear(); }

Member Function Documentation

void TiXmlCursor::Clear ( ) [inline]

Definition at line 105 of file tinyxml.h.

References col, and row.

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

{ row = col = -1; }

Member Data Documentation