Definition at line 157 of file TClingUtils.h.
|
| TClingLookupHelper (cling::Interpreter &interpreter, TNormalizedCtxt &normCtxt, ExistingTypeCheck_t existingTypeCheck, AutoParse_t autoParse, bool *shuttingDownPtr, const int *pgDebug=0) |
|
virtual | ~TClingLookupHelper () |
|
virtual bool | ExistingTypeCheck (const std::string &tname, std::string &result) |
| Helper routine to ry hard to avoid looking up in the Cling database as this could enduce an unwanted autoparsing. More...
|
|
virtual void | GetPartiallyDesugaredName (std::string &nameLong) |
|
virtual bool | GetPartiallyDesugaredNameWithScopeHandling (const std::string &tname, std::string &result, bool dropstd=true) |
| We assume that we have a simple type: [const] typename[*&][const]. More...
|
|
virtual bool | IsAlreadyPartiallyDesugaredName (const std::string &nondef, const std::string &nameLong) |
|
virtual bool | IsDeclaredScope (const std::string &base, bool &isInlined) |
|
virtual void | ShuttingDownSignal () |
|
| TInterpreterLookupHelper () |
|
virtual | ~TInterpreterLookupHelper () |
|
virtual bool | ExistingTypeCheck (const std::string &, std::string &)=0 |
|
virtual void | GetPartiallyDesugaredName (std::string &)=0 |
|
virtual bool | GetPartiallyDesugaredNameWithScopeHandling (const std::string &, std::string &, bool=true)=0 |
|
virtual bool | IsAlreadyPartiallyDesugaredName (const std::string &, const std::string &)=0 |
|
virtual bool | IsDeclaredScope (const std::string &, bool &)=0 |
|
virtual void | ShuttingDownSignal ()=0 |
|
#include </home/sftnight/build/workspace/root-makedoc-v622/rootspi/rdoc/src/v6-22-00-patches/core/clingutils/res/TClingUtils.h>
◆ AutoParse_t
typedef bool(* ROOT::TMetaUtils::TClingLookupHelper::AutoParse_t) (const char *name) |
◆ ExistingTypeCheck_t
typedef bool(* ROOT::TMetaUtils::TClingLookupHelper::ExistingTypeCheck_t) (const std::string &tname, std::string &result) |
◆ TClingLookupHelper()
◆ ~TClingLookupHelper()
virtual ROOT::TMetaUtils::TClingLookupHelper::~TClingLookupHelper |
( |
| ) |
|
|
inlinevirtual |
◆ ExistingTypeCheck()
bool ROOT::TMetaUtils::TClingLookupHelper::ExistingTypeCheck |
( |
const std::string & |
tname, |
|
|
std::string & |
result |
|
) |
| |
|
virtual |
◆ GetPartiallyDesugaredName()
void ROOT::TMetaUtils::TClingLookupHelper::GetPartiallyDesugaredName |
( |
std::string & |
nameLong | ) |
|
|
virtual |
◆ GetPartiallyDesugaredNameWithScopeHandling()
bool ROOT::TMetaUtils::TClingLookupHelper::GetPartiallyDesugaredNameWithScopeHandling |
( |
const std::string & |
tname, |
|
|
std::string & |
result, |
|
|
bool |
dropstd = true |
|
) |
| |
|
virtual |
◆ IsAlreadyPartiallyDesugaredName()
bool ROOT::TMetaUtils::TClingLookupHelper::IsAlreadyPartiallyDesugaredName |
( |
const std::string & |
nondef, |
|
|
const std::string & |
nameLong |
|
) |
| |
|
virtual |
◆ IsDeclaredScope()
bool ROOT::TMetaUtils::TClingLookupHelper::IsDeclaredScope |
( |
const std::string & |
base, |
|
|
bool & |
isInlined |
|
) |
| |
|
virtual |
◆ ShuttingDownSignal()
void ROOT::TMetaUtils::TClingLookupHelper::ShuttingDownSignal |
( |
| ) |
|
|
virtual |
◆ WantDiags()
bool ROOT::TMetaUtils::TClingLookupHelper::WantDiags |
( |
| ) |
const |
|
inlineprivate |
◆ fAutoParse
AutoParse_t ROOT::TMetaUtils::TClingLookupHelper::fAutoParse |
|
private |
◆ fExistingTypeCheck
◆ fInterpreter
cling::Interpreter* ROOT::TMetaUtils::TClingLookupHelper::fInterpreter |
|
private |
◆ fInterpreterIsShuttingDownPtr
bool* ROOT::TMetaUtils::TClingLookupHelper::fInterpreterIsShuttingDownPtr |
|
private |
◆ fNormalizedCtxt
◆ fPDebug
const int* ROOT::TMetaUtils::TClingLookupHelper::fPDebug |
|
private |
The documentation for this class was generated from the following files: