ROOT 6.18/05 Reference Guide |
#include "TInterpreter.h"
#include <set>
#include <unordered_set>
#include <unordered_map>
#include <map>
#include <vector>
Classes | |
struct | TCling::CharPtrCmp_t |
struct | TCling::MutexStateAndRecurseCount |
class | TCling::SuspendAutoloadingRAII |
class | TCling |
This class defines an interface to the cling C++ interpreter. More... | |
class | TCling::TUniqueString |
Namespaces | |
namespace | clang |
namespace | llvm |
namespace | ROOT |
Namespace for new ROOT classes and functions. | |
namespace | ROOT::TMetaUtils |
Macros | |
#define | TWin32SendClass char |
Functions | |
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) |
void | TCling__TransactionRollback (const cling::Transaction &) |
void | TCling__UpdateListsOnCommitted (const cling::Transaction &, cling::Interpreter *) |
void | TCling__UpdateListsOnUnloaded (const cling::Transaction &) |
Definition at line 584 of file TCling.cxx.
const clang::Decl * TCling__GetObjectDecl | ( | TObject * | obj | ) |
Definition at line 588 of file TCling.cxx.
void TCling__TransactionRollback | ( | const cling::Transaction & | T | ) |
Definition at line 565 of file TCling.cxx.
void TCling__UpdateListsOnCommitted | ( | const cling::Transaction & | T, |
cling::Interpreter * | |||
) |
Definition at line 553 of file TCling.cxx.
void TCling__UpdateListsOnUnloaded | ( | const cling::Transaction & | T | ) |
Definition at line 559 of file TCling.cxx.