Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
Glacier2::StringSetPrx Class Reference

Manages a set of constraints on a SessionPrx. More...

#include <Glacier2/Glacier2.h>

Inheritance diagram for Glacier2::StringSetPrx:

Public Member Functions

 StringSetPrx (const Ice::CommunicatorPtr &communicator, std::string_view proxyString)
 Constructs a proxy from a Communicator and a proxy string.
 StringSetPrx (const StringSetPrx &other) noexcept
 Copy constructor.
 StringSetPrx (StringSetPrx &&other) noexcept
 Move constructor.
void add (const ::Ice::StringSeq &additions, const Ice::Context &context=Ice::noExplicitContext) const
 Adds a sequence of strings to this set of constraints.
std::future< void > addAsync (const ::Ice::StringSeq &additions, const Ice::Context &context=Ice::noExplicitContext) const
 Adds a sequence of strings to this set of constraints.
std::function< void()> addAsync (const ::Ice::StringSeq &additions, std::function< void()> response, std::function< void(std::exception_ptr)> exception=nullptr, std::function< void(bool)> sent=nullptr, const Ice::Context &context=Ice::noExplicitContext) const
 Adds a sequence of strings to this set of constraints.
::Ice::StringSeq get (const Ice::Context &context=Ice::noExplicitContext) const
 Gets a sequence of strings describing the constraints in this set.
std::future<::Ice::StringSeqgetAsync (const Ice::Context &context=Ice::noExplicitContext) const
 Gets a sequence of strings describing the constraints in this set.
std::function< void()> getAsync (std::function< void(::Ice::StringSeq)> response, std::function< void(std::exception_ptr)> exception=nullptr, std::function< void(bool)> sent=nullptr, const Ice::Context &context=Ice::noExplicitContext) const
 Gets a sequence of strings describing the constraints in this set.
StringSetPrxoperator= (const StringSetPrx &rhs) noexcept
 Copy assignment operator.
StringSetPrxoperator= (StringSetPrx &&rhs) noexcept
 Move assignment operator.
void remove (const ::Ice::StringSeq &deletions, const Ice::Context &context=Ice::noExplicitContext) const
 Removes a sequence of strings from this set of constraints.
std::future< void > removeAsync (const ::Ice::StringSeq &deletions, const Ice::Context &context=Ice::noExplicitContext) const
 Removes a sequence of strings from this set of constraints.
std::function< void()> removeAsync (const ::Ice::StringSeq &deletions, std::function< void()> response, std::function< void(std::exception_ptr)> exception=nullptr, std::function< void(bool)> sent=nullptr, const Ice::Context &context=Ice::noExplicitContext) const
 Removes a sequence of strings from this set of constraints.
Public Member Functions inherited from Ice::Proxy< StringSetPrx, Ice::ObjectPrx >
StringSetPrx ice_adapterId (std::string id) const
 Creates a proxy that is identical to this proxy, except for the adapter ID.
StringSetPrx ice_batchDatagram () const
 Creates a proxy that is identical to this proxy, but uses batch datagram invocations.
StringSetPrx ice_batchOneway () const
 Creates a proxy that is identical to this proxy, but uses batch oneway invocations.
StringSetPrx ice_collocationOptimized (bool b) const
 Creates a proxy that is identical to this proxy, except for collocation optimization.
StringSetPrx ice_compress (bool b) const
 Creates a proxy that is identical to this proxy, except for its compression setting which overrides the compression setting from the proxy endpoints.
StringSetPrx ice_connectionCached (bool b) const
 Creates a proxy that is identical to this proxy, except for connection caching.
StringSetPrx ice_connectionId (std::string id) const
 Creates a proxy that is identical to this proxy, except for its connection ID.
StringSetPrx ice_context (Context context) const
 Creates a proxy that is identical to this proxy, except for the per-proxy context.
StringSetPrx ice_datagram () const
 Creates a proxy that is identical to this proxy, but uses datagram invocations.
StringSetPrx ice_encodingVersion (EncodingVersion version) const
 Creates a proxy that is identical to this proxy, except for the encoding used to marshal parameters.
StringSetPrx ice_endpoints (EndpointSeq endpoints) const
 Creates a proxy that is identical to this proxy, except for the endpoints.
StringSetPrx ice_endpointSelection (EndpointSelectionType type) const
 Creates a proxy that is identical to this proxy, except for the endpoint selection policy.
StringSetPrx ice_fixed (ConnectionPtr connection) const
 Creates a proxy that is identical to this proxy, except it's a fixed proxy bound to the given connection.
StringSetPrx ice_invocationTimeout (int timeout) const
 Creates a proxy that is identical to this proxy, except for the invocation timeout.
StringSetPrx ice_locator (const std::optional< LocatorPrx > &locator) const
 Creates a proxy that is identical to this proxy, except for the locator.
StringSetPrx ice_locatorCacheTimeout (int timeout) const
 Creates a proxy that is identical to this proxy, except for the locator cache timeout.
StringSetPrx ice_oneway () const
 Creates a proxy that is identical to this proxy, but uses oneway invocations.
StringSetPrx ice_router (const std::optional< RouterPrx > &router) const
 Creates a proxy that is identical to this proxy, except for the router.
StringSetPrx ice_twoway () const
 Creates a proxy that is identical to this proxy, but uses twoway invocations.
const StringSetPrx * operator-> () const noexcept
 The arrow operator.

Static Public Member Functions

static const char * ice_staticId () noexcept
 Gets the type ID of the associated Slice interface.

Detailed Description

Manages a set of constraints on a SessionPrx.

See also
SessionControl

Definition at line 140 of file Session.h.


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