Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <version.hpp>
#include <fstream>
#include <string>
#include <ext/exception>
#include <tclap/CmdLine.h>
#include <global/GlobalData.h>
#include "prompt/Prompt.h"
#include "prompt/ReadlineLineInterface.h"
#include <readline/IstreamLineInterface.h>
#include <readline/StringLineInterface.h>
#include <prompt/ReadlinePromptHistory.h>
#include <common/ResultInterpret.h>
Data Structures | |
struct | TCLAP::ArgTraits< std::pair< T, U > > |
class | InteractiveVisitor |
class | MultiArgVisitor |
class | FileVisitor |
class | QueriesVisitor |
Namespaces | |
namespace | TCLAP |
Functions | |
template<class T , class U > | |
std::istream & | operator>> (std::istream &in, std::pair< T, U > &value) |
int | main (int argc, char *argv[]) |