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

#include <ObjectsVector.h>

Static Public Member Functions

static ext::vector< T > 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 ext::vector< T > &input)
 

Member Function Documentation

◆ compose()

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

◆ first()

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

◆ parse()

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

◆ xmlTagName()

template<typename T >
std::string core::xmlApi< ext::vector< T > >::xmlTagName
static

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