Ice 3.7 C++11 API Reference
LocalObjectF.h
Go to the documentation of this file.
1 //
2 // Copyright (c) ZeroC, Inc. All rights reserved.
3 //
4 
5 #ifndef ICE_LOCAL_OBJECT_F_H
6 #define ICE_LOCAL_OBJECT_F_H
7 
8 #include <IceUtil/Shared.h>
9 
10 #include <Ice/Handle.h>
11 
12 namespace Ice
13 {
14 
15 class LocalObject;
16 ICE_API IceUtil::Shared* upCast(::Ice::LocalObject*);
17 typedef IceInternal::Handle< LocalObject > LocalObjectPtr;
18 
19 }
20 
21 #endif
Ice::LocalObjectPtr
IceInternal::Handle< LocalObject > LocalObjectPtr
Definition: LocalObjectF.h:17
Handle.h
Ice::upCast
IceUtil::Shared * upCast(::Ice::LocalObject *)
ICE_API
#define ICE_API
Definition: Config.h:197
Shared.h
Ice
Definition: BuiltinSequences.h:56
IceUtil::Shared
Definition: Shared.h:78