Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
alib2str
src
primitive
string
Bool.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <
core/stringApi.hpp
>
9
10
#include <
primitive/PrimitiveFromStringLexer.h
>
11
12
namespace
core
{
13
14
template
< >
15
struct
stringApi
< bool > {
16
static
bool
parse (
ext::istream
& input );
17
static
bool
first (
ext::istream
& input );
18
static
void
compose (
ext::ostream
& output,
bool
primitive
);
19
};
20
21
}
/* namespace core */
22
PrimitiveFromStringLexer.h
ext::istream
Definition:
istream.h:32
ext::ostream
Definition:
ostream.h:14
core
Definition:
normalize.hpp:10
primitive
Definition:
PrimitiveFromStringLexer.cpp:8
stringApi.hpp
core::stringApi
Definition:
stringApi.hpp:26
Generated on Mon Dec 27 2021 10:21:55 for Algorithms Library Toolkit by
1.9.2