osgEarth 2.1.1
Public Member Functions | Public Attributes

TiXmlCursor Struct Reference

#include <tinyxml.h>

List of all members.

Public Member Functions

 TiXmlCursor ()
void Clear ()

Public Attributes

int row
int col

Detailed Description

Definition at line 99 of file tinyxml.h.


Constructor & Destructor Documentation

TiXmlCursor::TiXmlCursor ( ) [inline]

Definition at line 101 of file tinyxml.h.

{ Clear(); }

Here is the call graph for this function:


Member Function Documentation

void TiXmlCursor::Clear ( ) [inline]

Definition at line 102 of file tinyxml.h.

{ row = col = -1; }

Here is the caller graph for this function:


Member Data Documentation

Definition at line 105 of file tinyxml.h.

Definition at line 104 of file tinyxml.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines