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
ObjectF.h
Go to the documentation of this file.
1
//
2
// Copyright (c) ZeroC, Inc. All rights reserved.
3
//
4
5
#ifndef ICE_OBJECT_F_H
6
#define ICE_OBJECT_F_H
7
8
#include <
IceUtil/Shared.h
>
9
#include <
Ice/Handle.h
>
10
11
namespace
Ice
12
{
13
14
class
Object;
15
#ifdef ICE_CPP11_MAPPING
16
using
ObjectPtr
= ::std::shared_ptr<Object>;
19
#else
20
ICE_API
Object
*
upCast
(
Object
*);
21
typedef
IceInternal::Handle<Object>
ObjectPtr
;
22
typedef
ObjectPtr
ValuePtr
;
24
ICE_API
void
_icePatchObjectPtr(
ObjectPtr
&,
const
ObjectPtr
&);
26
#endif
27
28
}
29
30
#endif
Ice::Object
The base class for servants.
Definition:
Object.h:193
Handle.h
ICE_API
#define ICE_API
Definition:
Config.h:197
Shared.h
Ice
Definition:
BuiltinSequences.h:113
Ice::ValuePtr
ObjectPtr ValuePtr
Definition:
ObjectF.h:22
Ice::upCast
IceUtil::Shared * upCast(::Ice::AsyncResult *)
Ice::ObjectPtr
IceInternal::Handle< Object > ObjectPtr
Definition:
ObjectF.h:21
Generated by
1.8.20