sot-talos-balance  1.6.0
CMarkup::ElemPos Struct Reference

#include <sot/talos_balance/sdk_qualisys/Markup.h>

Public Member Functions

 ElemPos ()
 
 ElemPos (const ElemPos &pos)
 
void AdjustEnd (int n)
 
void AdjustStart (int n)
 
void Clear ()
 
bool IsEmptyElement () const
 

Public Attributes

int iElemChild
 
int iElemNext
 
int iElemParent
 
int nEndL
 
int nEndR
 
int nReserved
 
int nStartL
 
int nStartR
 

Detailed Description

Definition at line 86 of file Markup.h.

Constructor & Destructor Documentation

◆ ElemPos() [1/2]

ElemPos ( )
inline

Definition at line 88 of file Markup.h.

References Clear().

◆ ElemPos() [2/2]

ElemPos ( const ElemPos pos)
inline

Definition at line 89 of file Markup.h.

Member Function Documentation

◆ AdjustEnd()

void AdjustEnd ( int  n)
inline

Definition at line 97 of file Markup.h.

◆ AdjustStart()

void AdjustStart ( int  n)
inline

Definition at line 96 of file Markup.h.

References nStartL, and nStartR.

◆ Clear()

void Clear ( )
inline

Definition at line 91 of file Markup.h.

References iElemChild, iElemNext, iElemParent, nEndL, nEndR, nReserved, nStartL, and nStartR.

Referenced by ElemPos(), and CMarkup::TokenPos::TokenPos().

◆ IsEmptyElement()

bool IsEmptyElement ( ) const
inline

Definition at line 90 of file Markup.h.

References nEndL, and nStartR.

Member Data Documentation

◆ iElemChild

int iElemChild

Definition at line 104 of file Markup.h.

Referenced by Clear().

◆ iElemNext

int iElemNext

Definition at line 105 of file Markup.h.

Referenced by Clear().

◆ iElemParent

int iElemParent

Definition at line 103 of file Markup.h.

Referenced by Clear().

◆ nEndL

int nEndL

Definition at line 100 of file Markup.h.

Referenced by Clear(), and IsEmptyElement().

◆ nEndR

int nEndR

Definition at line 101 of file Markup.h.

Referenced by Clear().

◆ nReserved

int nReserved

Definition at line 102 of file Markup.h.

Referenced by Clear().

◆ nStartL

int nStartL

Definition at line 97 of file Markup.h.

Referenced by AdjustStart(), and Clear().

◆ nStartR

int nStartR

Definition at line 99 of file Markup.h.

Referenced by AdjustStart(), Clear(), and IsEmptyElement().


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