ROOT  6.06/09
Reference Guide
Macros | Functions | Variables
TTabCom.cxx File Reference
#include <stdio.h>
#include <assert.h>
#include "RConfigure.h"
#include "TTabCom.h"
#include "TClass.h"
#include "TClassTable.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 "THashList.h"
#include "Getline.h"
#include "TFunction.h"
#include "TMethodArg.h"
#include "TInterpreter.h"
#include "Riostream.h"
#include "Rstrstream.h"
+ Include dependency graph for TTabCom.cxx:

Go to the source code of this file.

Macros

#define BUF_SIZE   1024
 
#define IfDebug(x)   if(gDebug==TTabCom::kDebug) x
 

Functions

 ClassImp (TTabCom) TTabCom *gTabCom=0
 

Variables

const char kDelim = ':'
 

Macro Definition Documentation

#define BUF_SIZE   1024

Definition at line 147 of file TTabCom.cxx.

Referenced by TTabCom::Complete().

#define IfDebug (   x)    if(gDebug==TTabCom::kDebug) x

Function Documentation

ClassImp ( TTabCom  )
pure virtual

Variable Documentation

const char kDelim = ':'