Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TClassEdit::TInterpreterLookupHelper Class Referenceabstract

Definition at line 122 of file TClassEdit.h.

Public Member Functions

 TInterpreterLookupHelper ()
virtual ~TInterpreterLookupHelper ()
virtual bool CheckInClassTable (const std::string &, std::string &)=0
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 <TClassEdit.h>

Inheritance diagram for TClassEdit::TInterpreterLookupHelper:
ROOT::TMetaUtils::TClingLookupHelper

Constructor & Destructor Documentation

◆ TInterpreterLookupHelper()

TClassEdit::TInterpreterLookupHelper::TInterpreterLookupHelper ( )
inline

Definition at line 124 of file TClassEdit.h.

◆ ~TInterpreterLookupHelper()

TClassEdit::TInterpreterLookupHelper::~TInterpreterLookupHelper ( )
virtual

Definition at line 177 of file TClassEdit.cxx.

Member Function Documentation

◆ CheckInClassTable()

virtual bool TClassEdit::TInterpreterLookupHelper::CheckInClassTable ( const std::string & ,
std::string &  )
pure virtual

◆ ExistingTypeCheck()

virtual bool TClassEdit::TInterpreterLookupHelper::ExistingTypeCheck ( const std::string & ,
std::string &  )
pure virtual

◆ GetPartiallyDesugaredName()

virtual void TClassEdit::TInterpreterLookupHelper::GetPartiallyDesugaredName ( std::string & )
pure virtual

◆ GetPartiallyDesugaredNameWithScopeHandling()

virtual bool TClassEdit::TInterpreterLookupHelper::GetPartiallyDesugaredNameWithScopeHandling ( const std::string & ,
std::string & ,
bool = true )
pure virtual

◆ IsAlreadyPartiallyDesugaredName()

virtual bool TClassEdit::TInterpreterLookupHelper::IsAlreadyPartiallyDesugaredName ( const std::string & ,
const std::string &  )
pure virtual

◆ IsDeclaredScope()

virtual bool TClassEdit::TInterpreterLookupHelper::IsDeclaredScope ( const std::string & ,
bool &  )
pure virtual

◆ ShuttingDownSignal()

virtual void TClassEdit::TInterpreterLookupHelper::ShuttingDownSignal ( )
pure virtual

The documentation for this class was generated from the following files: