Hazelcast C++ Client
 All Classes Functions Variables Enumerations Pages
Public Types | Public Member Functions | Public Attributes | List of all members
hazelcast::client::ItemEventType Class Reference

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.
 

Detailed Description

Type of item event.


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