ksim
KSim::Snmp::Identifier Class Reference
#include <identifier.h>
Detailed Description
Definition at line 35 of file identifier.h.
Public Types | |
| enum | PrintFlags { PrintAscii, PrintNumeric } |
Public Member Functions | |
| Identifier () | |
| Identifier (Data *data) | |
| Identifier (const Identifier &rhs) | |
| Identifier & | operator= (const Identifier &rhs) |
| ~Identifier () | |
| QString | toString (PrintFlags flags=PrintAscii) const |
| bool | isNull () const |
| bool | operator== (const Identifier &rhs) const |
| bool | operator!= (const Identifier &rhs) const |
| bool | operator< (const Identifier &rhs) const |
Static Public Member Functions | |
| static Identifier | fromString (const QString &name, bool *ok=0) |
Friends | |
| class | PDU |
Member Enumeration Documentation
Constructor & Destructor Documentation
| Identifier::Identifier | ( | ) |
Definition at line 34 of file identifier.cpp.
| Identifier::Identifier | ( | Data * | data | ) |
Definition at line 39 of file identifier.cpp.
| Identifier::Identifier | ( | const Identifier & | rhs | ) |
Definition at line 45 of file identifier.cpp.
| Identifier::~Identifier | ( | ) |
Definition at line 60 of file identifier.cpp.
Member Function Documentation
| Identifier & Identifier::operator= | ( | const Identifier & | rhs | ) |
Definition at line 50 of file identifier.cpp.
| Identifier Identifier::fromString | ( | const QString & | name, | |
| bool * | ok = 0 | |||
| ) | [static] |
Definition at line 65 of file identifier.cpp.
| QString Identifier::toString | ( | PrintFlags | flags = PrintAscii |
) | const |
Definition at line 82 of file identifier.cpp.
| bool Identifier::isNull | ( | ) | const |
Definition at line 123 of file identifier.cpp.
| bool Identifier::operator== | ( | const Identifier & | rhs | ) | const |
Definition at line 113 of file identifier.cpp.
| bool KSim::Snmp::Identifier::operator!= | ( | const Identifier & | rhs | ) | const [inline] |
Definition at line 56 of file identifier.h.
| bool Identifier::operator< | ( | const Identifier & | rhs | ) | const |
Definition at line 118 of file identifier.cpp.
Friends And Related Function Documentation
friend class PDU [friend] |
Definition at line 38 of file identifier.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference