aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
TiXmlCursor Struct Reference

#include <tinyxml.h>

Public Member Functions

 TiXmlCursor ()
void Clear ()

Public Attributes

int row
int col

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.

113{ Clear(); }
void Clear()
Definition tinyxml.h:114

References Clear().

Here is the call graph for this function:

Member Function Documentation

◆ Clear()

void TiXmlCursor::Clear ( )
inline

Definition at line 114 of file tinyxml.h.

114{ row = col = -1; }

References col, and row.

Referenced by TiXmlCursor().

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(), and TiXmlDocument::Parse().

◆ row

int TiXmlCursor::row

Definition at line 116 of file tinyxml.h.

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


The documentation for this struct was generated from the following file:
  • agrum/base/external/tinyxml/ticpp/tinyxml.h