Logo ROOT   6.08/07
Reference Guide
Classes | Namespaces | Macros | Functions
TCling.h File Reference
#include "TInterpreter.h"
#include "Rtypeinfo.h"
#include <set>
#include <unordered_set>
#include <unordered_map>
#include <map>
#include <vector>
Include dependency graph for TCling.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  TCling::CharPtrCmp_t
 
class  TCling
 This class defines an interface to the cling C++ interpreter. More...
 
class  TCling::TUniqueString
 

Namespaces

 clang
 
 cling
 Print a TSeq at the prompt:
 
 llvm
 
 ROOT
 This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.
 
 ROOT::TMetaUtils
 

Macros

#define TWin32SendClass   char
 

Functions

TObjectTCling__GetObjectAddress (const char *Name, void *&LookupCtx)
 
const clang::Decl * TCling__GetObjectDecl (TObject *obj)
 
void TCling__LibraryLoaded (const void *dyLibHandle, const char *canonicalName)
 
void TCling__LibraryUnloaded (const void *dyLibHandle, const char *canonicalName)
 
void TCling__TransactionRollback (const cling::Transaction &)
 
void TCling__UpdateListsOnCommitted (const cling::Transaction &, cling::Interpreter *)
 
void TCling__UpdateListsOnUnloaded (const cling::Transaction &)
 

Macro Definition Documentation

◆ TWin32SendClass

#define TWin32SendClass   char

Definition at line 41 of file TCling.h.

Function Documentation

◆ TCling__GetObjectAddress()

TObject* TCling__GetObjectAddress ( const char *  Name,
void *&  LookupCtx 
)

Definition at line 582 of file TCling.cxx.

◆ TCling__GetObjectDecl()

const clang::Decl* TCling__GetObjectDecl ( TObject obj)

Definition at line 586 of file TCling.cxx.

◆ TCling__LibraryLoaded()

void TCling__LibraryLoaded ( const void dyLibHandle,
const char *  canonicalName 
)

◆ TCling__LibraryUnloaded()

void TCling__LibraryUnloaded ( const void dyLibHandle,
const char *  canonicalName 
)

◆ TCling__TransactionRollback()

void TCling__TransactionRollback ( const cling::Transaction &  )

Definition at line 564 of file TCling.cxx.

◆ TCling__UpdateListsOnCommitted()

void TCling__UpdateListsOnCommitted ( const cling::Transaction &  ,
cling::Interpreter *   
)

Definition at line 554 of file TCling.cxx.

◆ TCling__UpdateListsOnUnloaded()

void TCling__UpdateListsOnUnloaded ( const cling::Transaction &  )

Definition at line 560 of file TCling.cxx.