|
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 79 of file completer.h.
|
inline |
Definition at line 99 of file completer.h.
References m_match, and m_storage.
Referenced by completion_tracker::reset_completion_match_result().
|
inline |
Definition at line 84 of file completer.h.
References m_match.
Referenced by completion_list_add_name(), and set_match().
|
inline |
Definition at line 89 of file completer.h.
References m_match, and match().
Referenced by completion_match_result::set_match().
|
inline |
Definition at line 95 of file completer.h.
References m_storage.
Referenced by ada_lookup_name_info::matches().
|
private |
Definition at line 110 of file completer.h.
Referenced by clear(), match(), and set_match().
|
private |
Definition at line 116 of file completer.h.
1.8.14