Code::Blocks  SVN r11506
Public Member Functions | Public Attributes | List of all members
TokenSorter Struct Reference
Collaboration diagram for TokenSorter:

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
 

Detailed Description

Definition at line 473 of file ccmanager.cpp.

Constructor & Destructor Documentation

◆ TokenSorter()

TokenSorter::TokenSorter ( bool &  alphabetical,
bool  caseSensitive 
)
inline

Definition at line 478 of file ccmanager.cpp.

Member Function Documentation

◆ operator()()

bool TokenSorter::operator() ( const cbCodeCompletionPlugin::CCToken a,
const cbCodeCompletionPlugin::CCToken b 
)
inline

Member Data Documentation

◆ m_CaseSensitive

bool TokenSorter::m_CaseSensitive

Definition at line 476 of file ccmanager.cpp.

◆ m_PureAlphabetical

bool& TokenSorter::m_PureAlphabetical

Definition at line 475 of file ccmanager.cpp.


The documentation for this struct was generated from the following file: