#include <stdio.h>#include <assert.h>#include "RConfigure.h"#include "TTabCom.h"#include "TClass.h"#include "TSystem.h"#include "TROOT.h"#include "TMethod.h"#include "TEnv.h"#include "TBenchmark.h"#include "TError.h"#include "TGlobal.h"#include "TList.h"#include "Getline.h"#include "TFunction.h"#include "TMethodArg.h"#include "TInterpreter.h"#include "Riostream.h"#include "Rstrstream.h"Go to the source code of this file.
Defines | |
| #define | BUF_SIZE 1024 |
| #define | IfDebug(x) if(gDebug==TTabCom::kDebug) x |
Functions | |
| ClassImp (TTabCom) TTabCom *gTabCom=0 | |
| int | gl_root_tab_hook (char *buf, int, int *pLoc) |
Variables | |
| const char | kDelim = ':' |
| #define BUF_SIZE 1024 |
Definition at line 145 of file TTabCom.cxx.
Definition at line 146 of file TTabCom.cxx.
Referenced by TTabCom::Complete(), TTabCom::CopyMatch(), TTabCom::DetermineClass(), TTabCom::DetermineContext(), TTabCom::DeterminePath(), TTabCom::Hook(), and TTabCom::NewListOfFilesInPath().
| ClassImp | ( | TTabCom | ) | [pure virtual] |
| int gl_root_tab_hook | ( | char * | buf, | |
| int | , | |||
| int * | pLoc | |||
| ) |
| const char kDelim = ':' |
Definition at line 153 of file TTabCom.cxx.
Referenced by TTabCom::ExcludedByFignore(), TTabCom::ExtendPath(), and TTabCom::NewListOfFilesInPath().
1.5.1