GDB (xrefs)
Public Member Functions | Private Attributes | List of all members
demangle_result_storage Class Reference

#include "symtab.h"

Public Member Functions

const char * swap_string (std::string &str)
 
const char * set_malloc_ptr (char *ptr)
 

Private Attributes

std::string m_string
 
gdb::unique_xmalloc_ptr< char > m_malloc
 

Detailed Description

Definition at line 2042 of file symtab.h.

Member Function Documentation

◆ set_malloc_ptr()

const char* demangle_result_storage::set_malloc_ptr ( char *  ptr)
inline

Definition at line 2056 of file symtab.h.

References m_malloc.

Referenced by demangle_for_lookup().

◆ swap_string()

const char* demangle_result_storage::swap_string ( std::string str)
inline

Definition at line 2048 of file symtab.h.

References m_string.

Referenced by demangle_for_lookup().

Member Data Documentation

◆ m_malloc

gdb::unique_xmalloc_ptr<char> demangle_result_storage::m_malloc
private

Definition at line 2066 of file symtab.h.

Referenced by set_malloc_ptr().

◆ m_string

std::string demangle_result_storage::m_string
private

Definition at line 2065 of file symtab.h.

Referenced by swap_string().


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