kget
bt::IPKey Class Reference
#include <ipblocklist.h>
Detailed Description
Definition at line 35 of file ipblocklist.h.
Public Member Functions | |
| IPKey (const IPKey &ip) | |
| IPKey (Uint32 ip, Uint32 mask=0xFFFFFFFF) | |
| IPKey (QString &ip, Uint32 mask=0xFFFFFFFF) | |
| IPKey () | |
| bool | operator!= (const IPKey &ip) const |
| bool | operator< (const IPKey &ip) const |
| IPKey & | operator= (const IPKey &ip) |
| bool | operator== (const IPKey &ip) const |
| QString | toString () |
| ~IPKey () | |
Public Attributes | |
| Uint32 | m_ip |
| Uint32 | m_mask |
Constructor & Destructor Documentation
| bt::IPKey::IPKey | ( | ) | [explicit] |
Definition at line 310 of file ipblocklist.cpp.
Definition at line 316 of file ipblocklist.cpp.
Definition at line 329 of file ipblocklist.cpp.
| bt::IPKey::IPKey | ( | const IPKey & | ip | ) |
Definition at line 323 of file ipblocklist.cpp.
| bt::IPKey::~IPKey | ( | ) |
Definition at line 404 of file ipblocklist.cpp.
Member Function Documentation
| bool bt::IPKey::operator!= | ( | const IPKey & | ip | ) | const |
Definition at line 387 of file ipblocklist.cpp.
| bool bt::IPKey::operator< | ( | const IPKey & | ip | ) | const |
Definition at line 392 of file ipblocklist.cpp.
Definition at line 397 of file ipblocklist.cpp.
| bool bt::IPKey::operator== | ( | const IPKey & | ip | ) | const |
Definition at line 382 of file ipblocklist.cpp.
| QString bt::IPKey::toString | ( | ) |
Definition at line 333 of file ipblocklist.cpp.
Member Data Documentation
Definition at line 51 of file ipblocklist.h.
Definition at line 52 of file ipblocklist.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference