|
Flow123d
release_3.0.0-899-g9314a17
|
#include <finite_state_filter.hpp>


Classes | |
| struct | row |
Public Types | |
| typedef Ch | char_type |
| typedef char_traits< Ch >::int_type | int_type |
Public Member Functions | |
| void | imbue (const std::locale &loc) |
| const std::locale & | getloc () const |
Protected Member Functions | |
| finite_state_machine () | |
| bool | empty () const |
| void | push (char c) |
| char_type | pop () |
| char_type & | top () |
| void | clear () |
| void | on_eof () |
| void | skip (char_type) |
| void | on_any (char_type) |
Private Types | |
| typedef std::basic_string< char_type > | string_type |
| typedef string_type::size_type | size_type |
Private Attributes | |
| std::locale | loc_ |
| string_type | buf_ |
| size_type | off_ |
Friends | |
| template<typename FiniteStateFilter > | |
| class | detail::finite_state_filter_impl |
Additional Inherited Members | |
Static Public Attributes inherited from boost::iostreams::finite_state_machine_base | |
| static const int | initial_state = 0 |
Definition at line 95 of file finite_state_filter.hpp.
| typedef Ch boost::iostreams::finite_state_machine< Derived, Ch >::char_type |
Definition at line 97 of file finite_state_filter.hpp.
| typedef char_traits<Ch>::int_type boost::iostreams::finite_state_machine< Derived, Ch >::int_type |
Definition at line 98 of file finite_state_filter.hpp.
|
private |
Definition at line 160 of file finite_state_filter.hpp.
|
private |
Definition at line 159 of file finite_state_filter.hpp.
|
inlineprotected |
Definition at line 102 of file finite_state_filter.hpp.
|
inlineprotected |
Definition at line 135 of file finite_state_filter.hpp.
|
inlineprotected |
Definition at line 122 of file finite_state_filter.hpp.
|
inline |
Definition at line 100 of file finite_state_filter.hpp.
|
inline |
Definition at line 99 of file finite_state_filter.hpp.
|
inlineprotected |
Definition at line 157 of file finite_state_filter.hpp.
|
inlineprotected |
Definition at line 143 of file finite_state_filter.hpp.
|
inlineprotected |
Definition at line 127 of file finite_state_filter.hpp.
|
inlineprotected |
Definition at line 126 of file finite_state_filter.hpp.
|
inlineprotected |
Definition at line 144 of file finite_state_filter.hpp.
|
inlineprotected |
Definition at line 134 of file finite_state_filter.hpp.
|
friend |
Definition at line 153 of file finite_state_filter.hpp.
|
private |
Definition at line 162 of file finite_state_filter.hpp.
|
private |
Definition at line 161 of file finite_state_filter.hpp.
|
private |
Definition at line 163 of file finite_state_filter.hpp.
1.8.11