![]()  | 
  
    Hazelcast C++ Client
    
   Hazelcast C++ Client Library 
   | 
 
Transactional implementation of iset. More...
#include <transactional_set.h>
 Inheritance diagram for hazelcast::client::transactional_set:Public Member Functions | |
| template<typename E > | |
| boost::future< bool > | add (const E &e) | 
| Add new item to transactional set.  More... | |
| template<typename E > | |
| boost::future< bool > | remove (const E &e) | 
| Add item from transactional set.  More... | |
Friends | |
| class | transaction_context | 
Transactional implementation of iset.
Definition at line 25 of file transactional_set.h.
      
  | 
  inline | 
Add new item to transactional set.
| e | item | 
Definition at line 36 of file transactional_set.h.
      
  | 
  inline | 
Add item from transactional set.
| e | item | 
Definition at line 47 of file transactional_set.h.