LLDB mainline
lldb_private::Language::MethodNameVariant Class Reference

#include <Language.h>

Public Member Functions

 MethodNameVariant (ConstString name, lldb::FunctionNameType type)
ConstString GetName () const
lldb::FunctionNameType GetType () const

Private Attributes

ConstString m_name
lldb::FunctionNameType m_type

Detailed Description

Definition at line 200 of file Language.h.

Constructor & Destructor Documentation

◆ MethodNameVariant()

lldb_private::Language::MethodNameVariant::MethodNameVariant ( ConstString name,
lldb::FunctionNameType type )
inline

Definition at line 205 of file Language.h.

References m_name, and m_type.

Member Function Documentation

◆ GetName()

ConstString lldb_private::Language::MethodNameVariant::GetName ( ) const
inline

Definition at line 207 of file Language.h.

References m_name.

◆ GetType()

lldb::FunctionNameType lldb_private::Language::MethodNameVariant::GetType ( ) const
inline

Definition at line 208 of file Language.h.

References m_type.

Member Data Documentation

◆ m_name

ConstString lldb_private::Language::MethodNameVariant::m_name
private

Definition at line 201 of file Language.h.

Referenced by GetName(), and MethodNameVariant().

◆ m_type

lldb::FunctionNameType lldb_private::Language::MethodNameVariant::m_type
private

Definition at line 202 of file Language.h.

Referenced by GetType(), and MethodNameVariant().


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