This is the complete list of members for hazelcast::client::ISet< E >, including all inherited members.
add(const E &element) | hazelcast::client::ISet< E > | inline |
addAll(const std::vector< E > &elements) | hazelcast::client::ISet< E > | inline |
addItemListener(ItemListener< E > &listener, bool includeValue) | hazelcast::client::ISet< E > | inline |
clear() | hazelcast::client::ISet< E > | inline |
contains(const E &element) | hazelcast::client::ISet< E > | inline |
containsAll(const std::vector< E > &elements) | hazelcast::client::ISet< E > | inline |
HazelcastClient (defined in hazelcast::client::ISet< E >) | hazelcast::client::ISet< E > | friend |
isEmpty() | hazelcast::client::ISet< E > | inline |
remove(const E &element) | hazelcast::client::ISet< E > | inline |
removeAll(const std::vector< E > &elements) | hazelcast::client::ISet< E > | inline |
removeItemListener(const std::string ®istrationId) | hazelcast::client::ISet< E > | inline |
retainAll(const std::vector< E > &elements) | hazelcast::client::ISet< E > | inline |
size() | hazelcast::client::ISet< E > | inline |
toArray() | hazelcast::client::ISet< E > | inline |