![]() |
ROOT
6.06/09
Reference Guide
|
#include "TROOT.h"
#include "TClass.h"
#include "TVirtualX.h"
#include "TStyle.h"
#include "TObjectTable.h"
#include "TClassTable.h"
#include "TStopwatch.h"
#include "TBenchmark.h"
#include "TRint.h"
#include "TSystem.h"
#include "TEnv.h"
#include "TSysEvtHandler.h"
#include "TSystemDirectory.h"
#include "TError.h"
#include "TException.h"
#include "TInterpreter.h"
#include "TObjArray.h"
#include "TObjString.h"
#include "TTabCom.h"
#include <stdlib.h>
#include <algorithm>
#include "Getline.h"
Go to the source code of this file.
Functions | |
static Int_t | Key_Pressed (Int_t key) |
static Int_t | BeepHook () |
static void | ResetTermAtExit () |
Restore terminal to non-raw mode. More... | |
ClassImp (TRint) TRint | |
Create an application environment. More... | |
Variables | |
R__EXTERN void * | gMmallocDesc |
|
static |
Definition at line 62 of file TRint.cxx.
Referenced by ClassImp().
ClassImp | ( | TRint | ) |
Create an application environment.
The TRint environment provides an interface to the WM manager functionality and eventloop via inheritance of TApplication and in addition provides interactive access to the CINT C++ interpreter via the command line.
Definition at line 54 of file TRint.cxx.
Referenced by ClassImp().
|
static |
Restore terminal to non-raw mode.
Definition at line 72 of file TRint.cxx.
Referenced by ClassImp().