GDB (xrefs)
|
#include "completer.h"
Public Member Functions | |
const char * | match () |
void | set_match (const char *match) |
std::string & | storage () |
void | clear () |
Private Attributes | |
const char * | m_match |
std::string | m_storage |
Definition at line 80 of file completer.h.
|
inline |
Definition at line 100 of file completer.h.
References m_match, and m_storage.
Referenced by completion_tracker::reset_completion_match_result().
|
inline |
Definition at line 85 of file completer.h.
References m_match.
Referenced by completion_list_add_name(), and set_match().
|
inline |
Definition at line 90 of file completer.h.
References m_match, and match().
Referenced by completion_match_result::set_match().
|
inline |
Definition at line 96 of file completer.h.
References m_storage.
Referenced by ada_lookup_name_info::matches().
|
private |
Definition at line 111 of file completer.h.
Referenced by clear(), match(), and set_match().
|
private |
Definition at line 117 of file completer.h.