Hazelcast C++ Client
Public Member Functions | Friends | List of all members
hazelcast::client::TransactionalList< E > Class Template Reference

Transactional implementation of IList. More...

#include <TransactionalList.h>

+ Inheritance diagram for hazelcast::client::TransactionalList< E >:

Public Member Functions

bool add (const E &e)
 Add new item to transactional list. More...
 
bool remove (const E &e)
 Add item from transactional list. More...
 
int size ()
 Returns the size of the list. More...
 

Friends

class TransactionContext
 

Detailed Description

template<typename E>
class hazelcast::client::TransactionalList< E >

Transactional implementation of IList.

Member Function Documentation

◆ add()

template<typename E >
bool hazelcast::client::TransactionalList< E >::add ( const E &  e)
inline

Add new item to transactional list.

Parameters
eitem
Returns
true if item is added successfully

◆ remove()

template<typename E >
bool hazelcast::client::TransactionalList< E >::remove ( const E &  e)
inline

Add item from transactional list.

Parameters
eitem
Returns
true if item is remove successfully

◆ size()

template<typename E >
int hazelcast::client::TransactionalList< E >::size ( )
inline

Returns the size of the list.

Returns
size

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