Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Toggle main menu visibility
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Variables
a
c
d
e
f
g
i
n
q
r
s
v
w
Typedefs
b
c
d
f
i
l
n
p
r
s
t
u
Enumerations
Enumerator
Concepts
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
a
c
d
e
f
h
i
l
m
n
o
p
r
s
t
v
w
Typedefs
c
d
e
f
i
n
o
p
r
s
t
v
w
Enumerations
Related Functions
a
b
f
n
o
p
s
t
u
v
Files
File List
Globals
All
Functions
Typedefs
Macros
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Concepts
alib2str
src
primitive
string
UnsignedLong.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
< unsigned long > {
16
static
unsigned
long
parse
(
ext::istream
& input );
17
static
bool
first
(
ext::istream
& input );
18
static
void
compose
(
ext::ostream
& output,
unsigned
long
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< unsigned long >::parse
static unsigned long parse(ext::istream &input)
core::stringApi< unsigned long >::first
static bool first(ext::istream &input)
core::stringApi< unsigned long >::compose
static void compose(ext::ostream &output, unsigned long primitive)
core::stringApi
Definition:
stringApi.hpp:26
Generated on Mon Dec 27 2021 10:21:55 for Algorithms Library Toolkit by
1.9.2