|
TRISTATE | IsFavorite (const NETADDR *pAddrs, int NumAddrs) const override |
|
TRISTATE | IsPingAllowed (const NETADDR *pAddrs, int NumAddrs) const override |
|
void | Add (const NETADDR *pAddrs, int NumAddrs) override |
|
void | AllowPing (const NETADDR *pAddrs, int NumAddrs, bool AllowPing) override |
|
void | Remove (const NETADDR *pAddrs, int NumAddrs) override |
|
void | AllEntries (const CEntry **ppEntries, int *pNumEntries) override |
|
virtual | ~IFavorites () |
|
virtual TRISTATE | IsFavorite (const NETADDR *pAddrs, int NumAddrs) const =0 |
|
virtual TRISTATE | IsPingAllowed (const NETADDR *pAddrs, int NumAddrs) const =0 |
|
virtual void | Add (const NETADDR *pAddrs, int NumAddrs)=0 |
|
virtual void | AllowPing (const NETADDR *pAddrs, int NumAddrs, bool AllowPing)=0 |
|
virtual void | Remove (const NETADDR *pAddrs, int NumAddrs)=0 |
|
virtual void | AllEntries (const CEntry **ppEntries, int *pNumEntries)=0 |
|
| IInterface () |
|
virtual void | Shutdown () |
|
virtual | ~IInterface () |
|
◆ Add()
void CFavorites::Add |
( |
const NETADDR * |
pAddrs, |
|
|
int |
NumAddrs |
|
) |
| |
|
overridevirtual |
◆ AllEntries()
void CFavorites::AllEntries |
( |
const CEntry ** |
ppEntries, |
|
|
int * |
pNumEntries |
|
) |
| |
|
overridevirtual |
◆ AllowPing()
void CFavorites::AllowPing |
( |
const NETADDR * |
pAddrs, |
|
|
int |
NumAddrs, |
|
|
bool |
AllowPing |
|
) |
| |
|
overridevirtual |
◆ Entry() [1/2]
◆ Entry() [2/2]
◆ IsFavorite()
TRISTATE CFavorites::IsFavorite |
( |
const NETADDR * |
pAddrs, |
|
|
int |
NumAddrs |
|
) |
| const |
|
overridevirtual |
◆ IsPingAllowed()
TRISTATE CFavorites::IsPingAllowed |
( |
const NETADDR * |
pAddrs, |
|
|
int |
NumAddrs |
|
) |
| const |
|
overridevirtual |
◆ OnConfigSave()
◆ Remove()
void CFavorites::Remove |
( |
const NETADDR * |
pAddrs, |
|
|
int |
NumAddrs |
|
) |
| |
|
overridevirtual |
◆ RemoveEntry()
void CFavorites::RemoveEntry |
( |
CEntry * |
pEntry | ) |
|
|
private |
◆ m_ByAddr
std::unordered_map<NETADDR, int> CFavorites::m_ByAddr |
|
private |
◆ m_vEntries
std::vector<CEntry> CFavorites::m_vEntries |
|
private |
The documentation for this class was generated from the following file: