Ice 3.7 C++98 API Reference
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
c
e
g
i
m
n
o
p
r
s
t
u
v
w
Variables
b
c
e
g
i
k
n
p
s
t
u
w
Typedefs
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
Enumerator
a
c
d
e
h
i
l
n
o
p
r
s
t
u
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
Typedefs
e
i
l
p
r
s
t
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
e
g
i
o
v
Functions
Macros
e
g
i
o
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Ice
IncomingAsyncF.h
Go to the documentation of this file.
1
//
2
// Copyright (c) ZeroC, Inc. All rights reserved.
3
//
4
5
#ifndef ICE_INCOMING_ASYNC_F_H
6
#define ICE_INCOMING_ASYNC_F_H
7
8
#include <
IceUtil/Shared.h
>
9
10
#include <
Ice/Handle.h
>
11
12
namespace
IceInternal
13
{
14
15
class
IncomingAsync;
16
#ifdef ICE_CPP11_MAPPING
17
using
IncomingAsyncPtr = ::std::shared_ptr<IncomingAsync>;
18
#else
19
ICE_API
IceUtil::Shared
*
upCast
(IncomingAsync*);
20
typedef
IceInternal::Handle<IncomingAsync> IncomingAsyncPtr;
21
#endif
22
23
}
24
25
#ifndef ICE_CPP11_MAPPING
26
namespace
Ice
27
{
28
29
class
AMD_Object_ice_invoke;
30
ICE_API
IceUtil::Shared
*
upCast
(::
Ice::AMD_Object_ice_invoke
*);
31
typedef
IceInternal::Handle<AMD_Object_ice_invoke>
AMD_Object_ice_invokePtr
;
32
33
}
34
#endif
35
36
#endif
Handle.h
ICE_API
#define ICE_API
Definition:
Config.h:197
Ice::upCast
IceUtil::Shared * upCast(::Ice::AMD_Object_ice_invoke *)
Shared.h
Ice
Definition:
BuiltinSequences.h:113
Ice::AMD_Object_ice_invokePtr
IceInternal::Handle< AMD_Object_ice_invoke > AMD_Object_ice_invokePtr
Definition:
IncomingAsyncF.h:31
Ice::AMD_Object_ice_invoke
Base class for the AMD callback for BlobjectAsync::ice_invoke_async.
Definition:
IncomingAsync.h:137
Ice::upCast
IceUtil::Shared * upCast(::Ice::AsyncResult *)
IceUtil::Shared
Definition:
Shared.h:78
Generated by
1.8.20