Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <stringApi.hpp>
Data Structures | |
class | GroupReader |
class | GroupWriter |
Static Public Member Functions | |
static void | unregisterStringReader (ext::list< std::pair< std::function< bool(ext::istream &) >, std::unique_ptr< GroupReader > > >::const_iterator iter) |
static ext::list< std::pair< std::function< bool(ext::istream &)>, std::unique_ptr< GroupReader > > >::const_iterator | registerStringReader (std::function< bool(ext::istream &) > first, std::unique_ptr< GroupReader > entry) |
template<class Type > | |
static ext::list< std::pair< std::function< bool(ext::istream &)>, std::unique_ptr< GroupReader > > >::const_iterator | registerStringReader () |
static void | unregisterStringWriter (const std::string &type, const std::string &typeName) |
template<class Type > | |
static void | unregisterStringWriter () |
static void | registerStringWriter (std::string type, const std::string &typeName, std::unique_ptr< GroupWriter > entry) |
template<class Type > | |
static void | registerStringWriter () |
static object::Object | parse (ext::istream &input) |
static bool | first (ext::istream &input) |
static void | compose (ext::ostream &output, const object::Object &data) |
|
static |
|
static |
|
static |
|
inlinestatic |
|
static |
|
inlinestatic |
|
static |
|
static |
|
inlinestatic |
|
static |