Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Namespaces | |
namespace | TCLAP |
Data Structures | |
class | InteractiveVisitor |
class | MultiArgVisitor |
class | FileVisitor |
class | QueriesVisitor |
class | Prompt |
class | ReadlineLineInterface |
class | ReadlinePromptCompletion |
class | ReadlinePromptHistory |
Functions | |
template<class T , class U > | |
std::istream & | operator>> (std::istream &in, std::pair< T, U > &value) |
int | main (int argc, char *argv[]) |
cli::CommandResult | Prompt::run () |
static CompletionContext | ReadlinePromptCompletion::context (const char *text, unsigned start, unsigned end) |
static char ** | ReadlinePromptCompletion::readline_completion (const char *text, unsigned start, unsigned end) |
ReadlinePromptHistory::ReadlinePromptHistory (std::string history_file) | |
ReadlinePromptHistory::~ReadlinePromptHistory () | |
static void | ReadlinePromptHistory::readHistory (const std::string &history_file) |
static void | ReadlinePromptHistory::writeHistory (const std::string &history_file) |
static void | ReadlinePromptHistory::addHistory (const std::string &line) |
|
explicit |
ReadlinePromptHistory::~ReadlinePromptHistory | ( | ) |
|
static |
|
static |
int main | ( | int | argc, |
char * | argv[] | ||
) |
std::istream & operator>> | ( | std::istream & | in, |
std::pair< T, U > & | value | ||
) |
|
static |
|
static |
cli::CommandResult Prompt::run | ( | ) |
|
static |