![]() |
Hazelcast C++ Client
Hazelcast C++ Client Library
|
Transactional implementation of ilist. More...
#include <transactional_list.h>
Public Member Functions | |
template<typename E > | |
boost::future< bool > | add (const E &e) |
Add new item to transactional list. More... | |
template<typename E > | |
boost::future< bool > | remove (const E &e) |
Add item from transactional list. More... | |
Friends | |
class | transaction_context |
Transactional implementation of ilist.
Definition at line 25 of file transactional_list.h.
|
inline |
Add new item to transactional list.
e | item |
Definition at line 34 of file transactional_list.h.
|
inline |
Add item from transactional list.
e | item |
Definition at line 44 of file transactional_list.h.