#include <RExports.h>
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | 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 *readline | PARAMS ((const char *)) |
char **rl_completion_matches | PARAMS ((const char *, rl_compentry_func_t *)) |
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 |
int | rl_attempted_completion_over |
int | rl_completion_append_character |
char * | rl_line_buffer |
#define PARAMS | ( | protos | ) | () |
Definition at line 15 of file TRCompletion.h.
void add_history PARAMS |
Definition at line 20 of file TRCompletion.h.
char *readline PARAMS | ( | (const char *) | ) |
char **rl_completion_matches PARAMS | ( | (const char *, rl_compentry_func_t *) | ) |
|
extern |
|
extern |
|
extern |
|
extern |