HDK
|
#include <OP_ItemId.h>
Public Member Functions | |
OP_ItemId () | |
OP_ItemId (OP_ItemType item_type, int64 item_id) | |
OP_ItemId (const OP_NetworkBoxItem &item) | |
OP_ItemId (const OP_NetworkBoxItem *item) | |
bool | operator== (const OP_ItemId &other) const |
bool | operator!= (const OP_ItemId &other) const |
bool | isValid () const |
Public Attributes | |
OP_ItemType | myItemType |
int64 | myItemId |
Definition at line 45 of file OP_ItemId.h.
OP_ItemId::OP_ItemId | ( | ) |
OP_ItemId::OP_ItemId | ( | OP_ItemType | item_type, |
int64 | item_id | ||
) |
OP_ItemId::OP_ItemId | ( | const OP_NetworkBoxItem & | item | ) |
OP_ItemId::OP_ItemId | ( | const OP_NetworkBoxItem * | item | ) |
|
inline |
Definition at line 60 of file OP_ItemId.h.
|
inline |
Definition at line 56 of file OP_ItemId.h.
|
inline |
Definition at line 53 of file OP_ItemId.h.
int64 OP_ItemId::myItemId |
Definition at line 65 of file OP_ItemId.h.
OP_ItemType OP_ItemId::myItemType |
Definition at line 64 of file OP_ItemId.h.