|
Hazelcast C++ Client
|
Type of item event. More...
#include <ItemEvent.h>
Public Types | |
| enum | Type { ADDED = 1, REMOVED = 2 } |
| Type enum. | |
Public Member Functions | |
| ItemEventType () | |
| Constructor. | |
| ItemEventType (Type value) | |
| Constructor. | |
| operator int () const | |
| cast to int. | |
| void | operator= (int i) |
| copy function. | |
Public Attributes | |
| Type | value |
| type value. | |
Type of item event.
1.8.14