Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
alib2xml
src
primitive
xml
Bool.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <
core/xmlApi.hpp
>
9
10
namespace
core
{
11
12
template
< >
13
struct
xmlApi
< bool > {
14
static
bool
parse (
ext::deque < sax::Token >::iterator
& input );
15
static
bool
first (
const
ext::deque < sax::Token >::const_iterator
& input );
16
static
std::string xmlTagName ( );
17
static
void
compose (
ext::deque < sax::Token >
& output,
bool
data );
18
};
19
20
}
/* namespace core */
21
ext::deque
Class extending the deque class from the standard library. Original reason is to allow printing of th...
Definition:
deque.hpp:44
core
Definition:
normalize.hpp:10
core::xmlApi
Definition:
xmlApi.hpp:27
xmlApi.hpp
Generated on Mon Dec 27 2021 10:21:55 for Algorithms Library Toolkit by
1.9.2