#include <source/ariba/utility/transport/tcpip/protlib/ie.h>
Public Member Functions | |
IE_Key (uint16 category, uint16 type, uint16 subtype) | |
bool | operator== (const IE_Key &other) const |
uint16 | get_category () const |
uint16 | get_type () const |
uint16 | get_subtype () const |
Private Attributes | |
uint16 | category |
uint16 | type |
uint16 | subtype |
Represents a (category, type, subtype) tuple.
Used internally by IEManager.
Definition at line 383 of file ie.h.
uint16 protlib::IE_Key::get_category | ( | ) | const [inline] |
Definition at line 393 of file ie.h.
Referenced by protlib::hash_IE_Key::operator()().
uint16 protlib::IE_Key::get_subtype | ( | ) | const [inline] |
Definition at line 395 of file ie.h.
Referenced by protlib::hash_IE_Key::operator()().
uint16 protlib::IE_Key::get_type | ( | ) | const [inline] |
Definition at line 394 of file ie.h.
Referenced by protlib::hash_IE_Key::operator()().
bool protlib::IE_Key::operator== | ( | const IE_Key & | other | ) | const [inline] |
uint16 protlib::IE_Key::category [private] |
Definition at line 398 of file ie.h.
Referenced by operator==().
uint16 protlib::IE_Key::subtype [private] |
Definition at line 400 of file ie.h.
Referenced by operator==().
uint16 protlib::IE_Key::type [private] |
Definition at line 399 of file ie.h.
Referenced by operator==().