Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
Ice.h
1// Copyright (c) ZeroC, Inc.
2
3#ifndef ICE_ICE_H
4#define ICE_ICE_H
5
6#include "Config.h"
7#include "Exception.h"
8#include "InputStream.h"
9#include "MarshaledResult.h"
10#include "Object.h"
11#include "OutputStream.h"
12#include "Proxy.h"
13#include "TupleCompare.h"
14#include "UserException.h"
15#include "Value.h"
16
17#ifndef ICE_BUILDING_GENERATED_CODE
18
19// We don't need to see the following headers when building the generated code.
20
21# include "Communicator.h"
22# include "Connection.h"
23# include "CtrlCHandler.h"
24# include "Demangle.h"
25# include "ImplicitContext.h"
26# include "Initialize.h"
27# include "Instrumentation.h"
28# include "LocalException.h"
29# include "LocalExceptions.h"
30# include "Logger.h"
31# include "LoggerUtil.h"
32# include "NativePropertiesAdmin.h"
33# include "ObjectAdapter.h"
34# include "Plugin.h"
35# include "Properties.h"
36# include "ProxyFunctions.h"
37# include "SSL/ClientAuthenticationOptions.h"
38# include "SSL/ConnectionInfo.h"
39# include "SSL/EndpointInfo.h"
40# include "SSL/SSLException.h"
41# include "SSL/ServerAuthenticationOptions.h"
42# include "ServantLocator.h"
43# include "Service.h"
44# include "SlicedData.h"
45# include "StringConverter.h"
46# include "UUID.h"
47# include "VersionFunctions.h"
48
49// Generated header files:
50# include "Ice/EndpointTypes.h"
51# include "Ice/Locator.h"
52# include "Ice/LocatorRegistry.h"
53# include "Ice/Metrics.h"
54# include "Ice/Process.h"
55# include "Ice/PropertiesAdmin.h"
56# include "Ice/RemoteLogger.h"
57# include "Ice/Router.h"
58
59#endif
60
61#endif