Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TRCompletion.h File Reference
#include <RExports.h>

Namespaces

namespace  ROOT
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)
Value:
()

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 ( )
extern

◆ readline()

char * readline ( )
extern

◆ rl_completion_matches()

char ** rl_completion_matches ( )
extern

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