![]() |
ROOT
6.06/09
Reference Guide
|
#include <RExports.h>
Include dependency graph for TRCompletion.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| ROOT | |
| Namespace for new ROOT classes and functions. | |
| ROOT::R | |
| namespace associated R package for ROOT. | |
Macros | |
| #define | PARAMS(protos) () |
Typedefs | |
| typedef char **rl_completion_func_t | PARAMS((const char *, int, int)) |
Functions | |
| char **rl_completion_matches | PARAMS ((const char *, rl_compentry_func_t *)) |
| char *readline | PARAMS ((const char *)) |
| char * | ROOT::R::R_completion_generator (const char *text, int state) |
| char ** | ROOT::R::R_custom_completion (const char *text, int start, int end) |
Variables | |
| rl_completion_func_t * | rl_attempted_completion_function |
| char * | rl_line_buffer |
| int | rl_completion_append_character |
| int | rl_attempted_completion_over |
| #define PARAMS | ( | protos | ) | () |
Definition at line 17 of file TRCompletion.h.
| void add_history PARAMS | ( | (const char *, int, int) | ) |
Definition at line 22 of file TRCompletion.h.
| char** rl_completion_matches PARAMS | ( | (const char *, rl_compentry_func_t *) | ) |
| char* readline PARAMS | ( | (const char *) | ) |
| rl_completion_func_t* rl_attempted_completion_function |
Referenced by ROOT::R::TRInterface::TRInterface().
| int rl_attempted_completion_over |
Referenced by ROOT::R::R_custom_completion().
| int rl_completion_append_character |
Referenced by ROOT::R::R_custom_completion().
| char* rl_line_buffer |
Referenced by ROOT::R::R_custom_completion().