Code::Blocks
SVN r11506
|
Public Member Functions | |
TokenSorter (bool &alphabetical, bool caseSensitive) | |
bool | operator() (const cbCodeCompletionPlugin::CCToken &a, const cbCodeCompletionPlugin::CCToken &b) |
Public Attributes | |
bool & | m_PureAlphabetical |
bool | m_CaseSensitive |
Definition at line 473 of file ccmanager.cpp.
|
inline |
Definition at line 478 of file ccmanager.cpp.
|
inline |
Definition at line 483 of file ccmanager.cpp.
References wxString::Cmp(), cbCodeCompletionPlugin::CCToken::displayName, wxString::Upper(), and cbCodeCompletionPlugin::CCToken::weight.
bool TokenSorter::m_CaseSensitive |
Definition at line 476 of file ccmanager.cpp.
bool& TokenSorter::m_PureAlphabetical |
Definition at line 475 of file ccmanager.cpp.