Ice
3.8
C++ API Reference
Loading...
Searching...
No Matches
CommunicatorF.h
1
// Copyright (c) ZeroC, Inc.
2
3
#ifndef ICE_COMMUNICATOR_F_H
4
#define ICE_COMMUNICATOR_F_H
5
6
#include <memory>
7
8
namespace
Ice
9
{
10
class
Communicator
;
11
12
/// A shared pointer to a Communicator.
13
using
CommunicatorPtr
= std::shared_ptr<Communicator>;
14
}
15
16
#endif
Ice::Communicator
Communicator is the central object in Ice.
Definition
Communicator.h:35
Ice::CommunicatorPtr
std::shared_ptr< Communicator > CommunicatorPtr
A shared pointer to a Communicator.
Definition
CommunicatorF.h:13
Ice
The Ice RPC framework.
Definition
SampleEvent.h:59
Ice
CommunicatorF.h
Generated by
1.14.0