#include "input.h"#include <iostream>#include <readline/history.h>#include <readline/readline.h>#include "commands.h"Include dependency graph for input_readline.c:

This graph shows which files directly or indirectly include this file:

Namespaces | |
| namespace | atlas | 
| namespace | atlas::input | 
Functions | |
| char * | atlas::completionGenerator (const char *, int) | 
| void | atlas::displayCompletions (char **, int, int) | 
| char * | atlas::readLine (const char *prompt="", bool toHistory=true) | 
| bool | atlas::input::hasQuestionMark (InputBuffer &) | 
| void | atlas::input::initReadLine () | 
| char * | atlas::completionGenerator (const char *text, int state) | 
| void | atlas::displayCompletions (char **matches, int num, int) | 
| char * | atlas::readLine (const char *prompt, bool toHistory) | 
 1.4.6