BDE 4.39.x Production Release
Loading...
Searching...
No Matches
balxml::ListParser< TYPE >::ParseElementFunctor Struct Reference

#include <balxml_listparser.h>

Public Member Functions

int operator() (ElementType *elem)
 
template<class t_ELEM >
int operator() (t_ELEM *)
 

Public Attributes

ParseElementCallbackd_parseElementCallback
 
const char * d_data
 
int d_dataLength
 

Member Function Documentation

◆ operator()() [1/2]

template<class TYPE >
int balxml::ListParser< TYPE >::ParseElementFunctor::operator() ( ElementType *  elem)
inline

◆ operator()() [2/2]

template<class TYPE >
template<class t_ELEM >
int balxml::ListParser< TYPE >::ParseElementFunctor::operator() ( t_ELEM *  )
inline

Member Data Documentation

◆ d_data

template<class TYPE >
const char* balxml::ListParser< TYPE >::ParseElementFunctor::d_data

◆ d_dataLength

template<class TYPE >
int balxml::ListParser< TYPE >::ParseElementFunctor::d_dataLength

◆ d_parseElementCallback

template<class TYPE >
ParseElementCallback& balxml::ListParser< TYPE >::ParseElementFunctor::d_parseElementCallback

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