Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
PluginF.h
Go to the documentation of this file.
1//
2// Copyright (c) ZeroC, Inc. All rights reserved.
3//
4//
5// Ice version 3.7.11
6//
7// <auto-generated>
8//
9// Generated from file `PluginF.ice'
10//
11// Warning: do not edit this file.
12//
13// </auto-generated>
14//
15
16#ifndef __Ice_PluginF_h__
17#define __Ice_PluginF_h__
18
20#include <Ice/ProxyF.h>
21#include <Ice/ObjectF.h>
22#include <Ice/ValueF.h>
23#include <Ice/Exception.h>
24#include <Ice/LocalObject.h>
25#include <Ice/StreamHelpers.h>
26#include <Ice/Comparable.h>
27#include <IceUtil/ScopedArray.h>
28#include <Ice/Optional.h>
30
31#ifndef ICE_IGNORE_VERSION
32# if ICE_INT_VERSION / 100 != 307
33# error Ice version mismatch!
34# endif
35# if ICE_INT_VERSION % 100 >= 50
36# error Beta header file detected
37# endif
38# if ICE_INT_VERSION % 100 < 11
39# error Ice patch level mismatch!
40# endif
41#endif
42
43#ifndef ICE_API
44# if defined(ICE_STATIC_LIBS)
45# define ICE_API /**/
46# elif defined(ICE_API_EXPORTS)
47# define ICE_API ICE_DECLSPEC_EXPORT
48# else
49# define ICE_API ICE_DECLSPEC_IMPORT
50# endif
51#endif
52
53#ifdef ICE_CPP11_MAPPING // C++11 mapping
54
55namespace Ice
56{
57
58class Plugin;
59class PluginManager;
60
61}
62
64namespace Ice
65{
66
67}
69
71namespace Ice
72{
73
74using PluginPtr = ::std::shared_ptr<Plugin>;
75
76using PluginManagerPtr = ::std::shared_ptr<PluginManager>;
77
78}
80
81#else // C++98 mapping
82
83namespace Ice
84{
85
86class Plugin;
88ICE_API LocalObject* upCast(Plugin*);
90typedef ::IceInternal::Handle< Plugin> PluginPtr;
91
92class PluginManager;
94ICE_API LocalObject* upCast(PluginManager*);
96typedef ::IceInternal::Handle< PluginManager> PluginManagerPtr;
97
98}
99
101namespace Ice
102{
103
104}
106
107#endif
108
110#endif
#define ICE_API
Definition Config.h:197
Each communicator has a plug-in manager to administer the set of plug-ins.
Definition Plugin.h:100
A communicator plug-in.
Definition Plugin.h:78
::std::shared_ptr< Plugin > PluginPtr
Definition OpenSSL.h:141
Definition BuiltinSequences.h:56
IceUtil::Shared * upCast(::Ice::LocalObject *)