Logo ROOT  
Reference Guide
TClassEdit::TInterpreterLookupHelper Class Referenceabstract

Definition at line 120 of file TClassEdit.h.

Public Member Functions

 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 <TClassEdit.h>

Inheritance diagram for TClassEdit::TInterpreterLookupHelper:
[legend]

Constructor & Destructor Documentation

◆ TInterpreterLookupHelper()

TClassEdit::TInterpreterLookupHelper::TInterpreterLookupHelper ( )
inline

Definition at line 122 of file TClassEdit.h.

◆ ~TInterpreterLookupHelper()

TClassEdit::TInterpreterLookupHelper::~TInterpreterLookupHelper ( )
virtual

Definition at line 141 of file TClassEdit.cxx.

Member Function Documentation

◆ 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: