Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Data Structures | Functions
Aql2

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)
 

Detailed Description

Function Documentation

◆ ReadlinePromptHistory()

ReadlinePromptHistory::ReadlinePromptHistory ( std::string  history_file)
explicit
Here is the call graph for this function:

◆ ~ReadlinePromptHistory()

ReadlinePromptHistory::~ReadlinePromptHistory ( )
Here is the call graph for this function:

◆ addHistory()

void ReadlinePromptHistory::addHistory ( const std::string &  line)
static

◆ context()

ReadlinePromptCompletion::CompletionContext ReadlinePromptCompletion::context ( const char *  text,
unsigned  start,
unsigned  end 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)
Here is the call graph for this function:

◆ operator>>()

template<class T , class U >
std::istream & operator>> ( std::istream &  in,
std::pair< T, U > &  value 
)

◆ readHistory()

void ReadlinePromptHistory::readHistory ( const std::string &  history_file)
static
Here is the caller graph for this function:

◆ readline_completion()

char ** ReadlinePromptCompletion::readline_completion ( const char *  text,
unsigned  start,
unsigned  end 
)
static
Here is the call graph for this function:

◆ run()

cli::CommandResult Prompt::run ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeHistory()

void ReadlinePromptHistory::writeHistory ( const std::string &  history_file)
static
Here is the caller graph for this function: