Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
Ice.h
Go to the documentation of this file.
1//
2// Copyright (c) ZeroC, Inc. All rights reserved.
3//
4
5#ifndef ICE_ICE_H
6#define ICE_ICE_H
7
9#include <Ice/Config.h>
10#include <Ice/Comparable.h>
11#include <Ice/Initialize.h>
12#include <Ice/Optional.h>
13#include <Ice/LocalException.h>
14#include <Ice/PropertiesAdmin.h>
15#include <Ice/Properties.h>
16#include <Ice/Logger.h>
17#include <Ice/LoggerUtil.h>
18#include <Ice/RemoteLogger.h>
19#include <Ice/Communicator.h>
21#include <Ice/ObjectFactory.h>
22#include <Ice/ObjectAdapter.h>
23#include <Ice/ServantLocator.h>
24#include <Ice/Proxy.h>
25#include <Ice/Object.h>
26#include <Ice/SlicedData.h>
27#include <Ice/OutgoingAsync.h>
28#include <Ice/IncomingAsync.h>
29#include <Ice/Process.h>
30#if !defined(__APPLE__) || TARGET_OS_IPHONE == 0
31# include <Ice/Application.h>
32#endif
33#include <Ice/Connection.h>
34#include <Ice/ConnectionAsync.h>
35#include <Ice/Functional.h>
36#include <Ice/ImplicitContext.h>
37#include <Ice/Locator.h>
38#include <Ice/Router.h>
40#include <Ice/Plugin.h>
42#include <Ice/Instrumentation.h>
43#include <Ice/Metrics.h>
44#include <Ice/SliceChecksums.h>
45#if !defined(__APPLE__) || TARGET_OS_IPHONE == 0
46# include <Ice/Service.h>
47#endif
48#include <Ice/RegisterPlugins.h>
50#include <Ice/StringConverter.h>
52#include <Ice/UUID.h>
54
55#endif