Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
PropertiesF.h
1// Copyright (c) ZeroC, Inc.
2
3#ifndef ICE_PROPERTIES_F_H
4#define ICE_PROPERTIES_F_H
5
6#include <memory>
7
8namespace Ice
9{
10 class Properties;
11
12 /// A shared pointer to a Properties.
13 using PropertiesPtr = std::shared_ptr<Properties>;
14
15 class PropertiesAdmin;
17}
18
19#endif
Provides remote access to the properties of a communicator.
Provides remote access to the properties of a communicator.
Represents a set of properties used to configure Ice and Ice-based applications.
Definition Properties.h:26
std::shared_ptr< Properties > PropertiesPtr
A shared pointer to a Properties.
Definition PropertiesF.h:13
The Ice RPC framework.
Definition SampleEvent.h:59