ROOT  6.06/09
Reference Guide
Namespaces | Macros | Typedefs | Functions | Variables
TRCompletion.h File Reference
#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
 

Macro Definition Documentation

#define PARAMS (   protos)    ()

Definition at line 17 of file TRCompletion.h.

Typedef Documentation

void add_history PARAMS ( (const char *, int, int)  )

Definition at line 22 of file TRCompletion.h.

Function Documentation

char** rl_completion_matches PARAMS ( (const char *, rl_compentry_func_t *)  )
char* readline PARAMS ( (const char *)  )

Variable Documentation

rl_completion_func_t* rl_attempted_completion_function
int rl_attempted_completion_over
int rl_completion_append_character
char* rl_line_buffer