LLDB mainline
Public Member Functions | Private Attributes | List of all members
lldb_private::Language::MethodNameVariant Class Reference

#include <Language.h>

Collaboration diagram for lldb_private::Language::MethodNameVariant:
Collaboration graph
[legend]

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 186 of file Language.h.

Constructor & Destructor Documentation

◆ MethodNameVariant()

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

Definition at line 191 of file Language.h.

Member Function Documentation

◆ GetName()

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

Definition at line 193 of file Language.h.

References m_name.

◆ GetType()

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

Definition at line 194 of file Language.h.

References m_type.

Member Data Documentation

◆ m_name

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

Definition at line 187 of file Language.h.

Referenced by GetName().

◆ m_type

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

Definition at line 188 of file Language.h.

Referenced by GetType().


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