#include <Completion.hxx>
|
| using | List = std::set< std::string > |
| |
◆ List
◆ Completion() [1/2]
| Completion::Completion |
( |
| ) |
|
|
default |
◆ Completion() [2/2]
◆ operator=()
◆ empty()
| bool Completion::empty |
( |
| ) |
const |
|
inline |
◆ clear()
| void Completion::clear |
( |
| ) |
|
|
inline |
◆ emplace()
template<typename T >
| void Completion::emplace |
( |
T && |
value | ) |
|
|
inline |
◆ remove()
template<typename T >
| void Completion::remove |
( |
T && |
value | ) |
|
|
inline |
◆ Complete()
| Result Completion::Complete |
( |
const std::string & |
prefix | ) |
const |
◆ Pre()
| virtual void Completion::Pre |
( |
const char * |
value | ) |
|
|
pure virtual |
◆ Post()
| virtual void Completion::Post |
( |
const char * |
value, |
|
|
Range |
range |
|
) |
| |
|
pure virtual |
◆ list
The documentation for this class was generated from the following file: