aGrUM  0.20.3
a C++ library for (probabilistic) graphical models
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(), and TiXmlCursor().

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

Member Data Documentation

◆ col

◆ row


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