|
gdb::unique_xmalloc_ptr< char > | m_name |
|
gdb::unique_xmalloc_ptr< char > | m_lcd |
|
Definition at line 50 of file completer.c.
◆ completion_hash_entry()
completion_tracker::completion_hash_entry::completion_hash_entry |
( |
gdb::unique_xmalloc_ptr< char > | name, |
|
|
gdb::unique_xmalloc_ptr< char > | lcd ) |
|
inline |
◆ get_lcd()
char * completion_tracker::completion_hash_entry::get_lcd |
( |
| ) |
const |
|
inline |
◆ hash_name()
hashval_t completion_tracker::completion_hash_entry::hash_name |
( |
| ) |
const |
|
inline |
◆ is_name_eq()
bool completion_tracker::completion_hash_entry::is_name_eq |
( |
const char * | str | ) |
const |
|
inline |
◆ release_name()
char * completion_tracker::completion_hash_entry::release_name |
( |
| ) |
|
|
inline |
◆ m_lcd
gdb::unique_xmalloc_ptr<char> completion_tracker::completion_hash_entry::m_lcd |
|
private |
◆ m_name
gdb::unique_xmalloc_ptr<char> completion_tracker::completion_hash_entry::m_name |
|
private |
The documentation for this class was generated from the following file: