#include <serverbrowser.h>
|
void | Add (const char *pCommunityId) override |
|
void | Remove (const char *pCommunityId) override |
|
void | Clear () override |
|
bool | Filtered (const char *pCommunityId) const override |
|
bool | Empty () const override |
|
void | Clean (const std::vector< CCommunity > &vAllowedCommunities) |
|
void | Save (IConfigManager *pConfigManager) const |
|
virtual void | Add (const char *pElement)=0 |
|
virtual void | Remove (const char *pElement)=0 |
|
virtual void | Clear ()=0 |
|
virtual bool | Empty () const =0 |
|
virtual bool | Filtered (const char *pElement) const =0 |
|
◆ Add()
void CExcludedCommunityFilterList::Add |
( |
const char * |
pCommunityId | ) |
|
|
overridevirtual |
◆ Clean()
void CExcludedCommunityFilterList::Clean |
( |
const std::vector< CCommunity > & |
vAllowedCommunities | ) |
|
◆ Clear()
void CExcludedCommunityFilterList::Clear |
( |
| ) |
|
|
overridevirtual |
◆ Empty()
bool CExcludedCommunityFilterList::Empty |
( |
| ) |
const |
|
overridevirtual |
◆ Filtered()
bool CExcludedCommunityFilterList::Filtered |
( |
const char * |
pCommunityId | ) |
const |
|
overridevirtual |
◆ Remove()
void CExcludedCommunityFilterList::Remove |
( |
const char * |
pCommunityId | ) |
|
|
overridevirtual |
◆ Save()
void CExcludedCommunityFilterList::Save |
( |
IConfigManager * |
pConfigManager | ) |
const |
◆ m_Entries
std::unordered_set<CCommunityId> CExcludedCommunityFilterList::m_Entries |
|
private |
The documentation for this class was generated from the following files: