Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TRCompletion.h File Reference
#include <RExports.h>
Include dependency graph for TRCompletion.h:
This graph shows which files directly or indirectly include this file:

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_compentry_func_t()
 
typedef char ** rl_completion_func_t()
 

Functions

void add_history ()
 
char * ROOT::R::R_completion_generator (const char *text, int state)
 
char ** ROOT::R::R_custom_completion (const char *text, int start, int end)
 
char * readline ()
 
char ** rl_completion_matches ()
 

Variables

rl_completion_func_trl_attempted_completion_function
 
int rl_attempted_completion_over
 
int rl_completion_append_character
 
char * rl_line_buffer
 

Macro Definition Documentation

◆ PARAMS

#define PARAMS (   protos)    ()

Definition at line 15 of file TRCompletion.h.

Typedef Documentation

◆ rl_compentry_func_t

typedef char * rl_compentry_func_t()

Definition at line 21 of file TRCompletion.h.

◆ rl_completion_func_t

typedef char ** rl_completion_func_t()

Definition at line 20 of file TRCompletion.h.

Function Documentation

◆ add_history()

void add_history ( )

◆ readline()

char * readline ( )

◆ rl_completion_matches()

char ** rl_completion_matches ( )

Variable Documentation

◆ rl_attempted_completion_function

rl_completion_func_t* rl_attempted_completion_function
extern

◆ rl_attempted_completion_over

int rl_attempted_completion_over
extern

◆ rl_completion_append_character

int rl_completion_append_character
extern

◆ rl_line_buffer

char* rl_line_buffer
extern