Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
alib2str
src
label
string
InitialStateLabel.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <
label/InitialStateLabel.h
>
9
#include <
core/stringApi.hpp
>
10
11
namespace
core
{
12
13
template
< >
14
struct
stringApi
<
label
::InitialStateLabel > {
15
static
label::InitialStateLabel
parse (
ext::istream
& input );
16
static
bool
first (
ext::istream
& input );
17
static
void
compose (
ext::ostream
& output,
const
label::InitialStateLabel
&
label
);
18
};
19
20
}
/* namespace core */
21
InitialStateLabel.h
ext::istream
Definition:
istream.h:32
ext::ostream
Definition:
ostream.h:14
label::InitialStateLabel
Represents label of the final state of an automaton.
Definition:
InitialStateLabel.h:36
core
Definition:
normalize.hpp:10
label
Definition:
FailStateLabel.cpp:12
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