|
gloox
1.0.1
|
#include <pubsubevent.h>
Public Member Functions | |
| ItemOperation (bool remove, const std::string &itemid, const Tag *pld=0) | |
| ItemOperation (const ItemOperation &right) | |
Stores a retract or item notification.
Definition at line 41 of file pubsubevent.h.
|
inline |
Constructor.
| remove | Whether this is a retract operation or not (ie item). |
| itemid | Item ID of this item. |
| pld | Payload for this object (in the case of a non transient item notification). |
Definition at line 51 of file pubsubevent.h.
| ItemOperation | ( | const ItemOperation & | right | ) |
Copy constructor.
| right | The ItemOperation to copy from. |
Definition at line 33 of file pubsubevent.cpp.
1.8.1.2