LLVM 19.0.0git
Public Member Functions | List of all members
AbstractManglingParser< Derived, Alloc >::ScopedTemplateParamList Class Reference

#include "llvm/Demangle/ItaniumDemangle.h"

Public Member Functions

 ScopedTemplateParamList (AbstractManglingParser *TheParser)
 
 ~ScopedTemplateParamList ()
 
TemplateParamListparams ()
 

Detailed Description

template<typename Derived, typename Alloc>
class AbstractManglingParser< Derived, Alloc >::ScopedTemplateParamList

Definition at line 2625 of file ItaniumDemangle.h.

Constructor & Destructor Documentation

◆ ScopedTemplateParamList()

template<typename Derived , typename Alloc >
AbstractManglingParser< Derived, Alloc >::ScopedTemplateParamList::ScopedTemplateParamList ( AbstractManglingParser TheParser)
inline

◆ ~ScopedTemplateParamList()

template<typename Derived , typename Alloc >
AbstractManglingParser< Derived, Alloc >::ScopedTemplateParamList::~ScopedTemplateParamList ( )
inline

Member Function Documentation

◆ params()

template<typename Derived , typename Alloc >
TemplateParamList * AbstractManglingParser< Derived, Alloc >::ScopedTemplateParamList::params ( )
inline

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