ROOT
6.06/09
Reference Guide
|
#include "TInterpreter.h"
#include "Rtypeinfo.h"
#include <set>
#include <unordered_set>
#include <unordered_map>
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
class | TCling |
This class defines an interface to the cling C++ interpreter. More... | |
struct | TCling::CharPtrCmp_t |
class | TCling::TUniqueString |
Namespaces | |
llvm | |
clang | |
cling | |
ROOT | |
Namespace for new ROOT classes and functions. | |
ROOT::TMetaUtils | |
Macros | |
#define | TWin32SendClass char |
Functions | |
void | TCling__UpdateListsOnCommitted (const cling::Transaction &, cling::Interpreter *) |
void | TCling__UpdateListsOnUnloaded (const cling::Transaction &) |
void | TCling__TransactionRollback (const cling::Transaction &) |
TObject * | TCling__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) |
Definition at line 567 of file TCling.cxx.
const clang::Decl* TCling__GetObjectDecl | ( | TObject * | obj | ) |
Definition at line 571 of file TCling.cxx.
void TCling__TransactionRollback | ( | const cling::Transaction & | ) |
Definition at line 549 of file TCling.cxx.
void TCling__UpdateListsOnCommitted | ( | const cling::Transaction & | , |
cling::Interpreter * | |||
) |
Definition at line 539 of file TCling.cxx.
void TCling__UpdateListsOnUnloaded | ( | const cling::Transaction & | ) |
Definition at line 545 of file TCling.cxx.