|
Ice 3.7 C++98 API Reference
|
#include <IceUtil/PushDisableWarnings.h>#include <Ice/ProxyF.h>#include <Ice/ObjectF.h>#include <Ice/ValueF.h>#include <Ice/Exception.h>#include <Ice/LocalObject.h>#include <Ice/StreamHelpers.h>#include <Ice/Comparable.h>#include <IceUtil/ScopedArray.h>#include <Ice/Optional.h>#include <Ice/Version.h>#include <Ice/BuiltinSequences.h>#include <Ice/EndpointF.h>#include <IceUtil/UndefSysMacros.h>#include <IceUtil/PopDisableWarnings.h>

Go to the source code of this file.
Classes | |
| class | Ice::Endpoint |
| The user-level interface to an endpoint. More... | |
| class | Ice::EndpointInfo |
| Base class providing access to the endpoint details. More... | |
| class | Ice::IPEndpointInfo |
| Provides access to the address details of a IP endpoint. More... | |
| class | Ice::OpaqueEndpointInfo |
| Provides access to the details of an opaque endpoint. More... | |
| class | Ice::TCPEndpointInfo |
| Provides access to a TCP endpoint information. More... | |
| class | Ice::UDPEndpointInfo |
| Provides access to an UDP endpoint information. More... | |
| class | Ice::WSEndpointInfo |
| Provides access to a WebSocket endpoint information. More... | |
Namespaces | |
| namespace | Ice |
Typedefs | |
| typedef ::IceInternal::Handle< EndpointInfo > | Ice::EndpointInfoPtr |
| typedef ::IceInternal::Handle< Endpoint > | Ice::EndpointPtr |
| typedef ::IceInternal::Handle< IPEndpointInfo > | Ice::IPEndpointInfoPtr |
| typedef ::IceInternal::Handle< OpaqueEndpointInfo > | Ice::OpaqueEndpointInfoPtr |
| typedef ::IceInternal::Handle< TCPEndpointInfo > | Ice::TCPEndpointInfoPtr |
| typedef ::IceInternal::Handle< UDPEndpointInfo > | Ice::UDPEndpointInfoPtr |
| typedef ::IceInternal::Handle< WSEndpointInfo > | Ice::WSEndpointInfoPtr |
Variables | |
| const Short | Ice::BTEndpointType = 6 |
| Uniquely identifies Bluetooth endpoints. | |
| const Short | Ice::BTSEndpointType = 7 |
| Uniquely identifies SSL Bluetooth endpoints. | |
| const Short | Ice::iAPEndpointType = 8 |
| Uniquely identifies iAP-based endpoints. | |
| const Short | Ice::iAPSEndpointType = 9 |
| Uniquely identifies SSL iAP-based endpoints. | |
| const Short | Ice::SSLEndpointType = 2 |
| Uniquely identifies SSL endpoints. | |
| const Short | Ice::TCPEndpointType = 1 |
| Uniquely identifies TCP endpoints. | |
| const Short | Ice::UDPEndpointType = 3 |
| Uniquely identifies UDP endpoints. | |
| const Short | Ice::WSEndpointType = 4 |
| Uniquely identifies TCP-based WebSocket endpoints. | |
| const Short | Ice::WSSEndpointType = 5 |
| Uniquely identifies SSL-based WebSocket endpoints. | |