Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
core::xmlApi< std::pair< T, R > > Struct Template Reference

#include <ObjectsPair.h>

Static Public Member Functions

static std::pair< T, R > parse (ext::deque< sax::Token >::iterator &input)
 
static bool first (const ext::deque< sax::Token >::const_iterator &input)
 
static std::string xmlTagName ()
 
static void compose (ext::deque< sax::Token > &output, const std::pair< T, R > &input)
 

Member Function Documentation

◆ compose()

template<typename T , typename R >
void core::xmlApi< std::pair< T, R > >::compose ( ext::deque< sax::Token > &  output,
const std::pair< T, R > &  input 
)
static

◆ first()

template<typename T , typename R >
bool core::xmlApi< std::pair< T, R > >::first ( const ext::deque< sax::Token >::const_iterator &  input)
static
Here is the call graph for this function:

◆ parse()

template<typename T , typename R >
std::pair< T, R > core::xmlApi< std::pair< T, R > >::parse ( ext::deque< sax::Token >::iterator &  input)
static
Here is the call graph for this function:

◆ xmlTagName()

template<typename T , typename R >
std::string core::xmlApi< std::pair< T, R > >::xmlTagName
static

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