HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OP_ItemId Class Reference

#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
 

Detailed Description

Definition at line 45 of file OP_ItemId.h.

Constructor & Destructor Documentation

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)

Member Function Documentation

bool OP_ItemId::isValid ( ) const
inline

Definition at line 60 of file OP_ItemId.h.

bool OP_ItemId::operator!= ( const OP_ItemId other) const
inline

Definition at line 56 of file OP_ItemId.h.

bool OP_ItemId::operator== ( const OP_ItemId other) const
inline

Definition at line 53 of file OP_ItemId.h.

Member Data Documentation

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.


The documentation for this class was generated from the following file: