Ice 3.7 C++11 API Reference
LocalObject.h
Go to the documentation of this file.
1 //
2 // Copyright (c) ZeroC, Inc. All rights reserved.
3 //
4 
5 #ifndef ICE_LOCAL_OBJECT_H
6 #define ICE_LOCAL_OBJECT_H
7 
8 #if !defined(ICE_CPP11_MAPPING) || defined(ICE_BUILDING_SRC)
9 //
10 // Part of the C++98 mapping, and "internal" definitions when building Ice
11 // with the C++11 mapping
12 //
13 
14 #include <IceUtil/Shared.h>
15 #include <Ice/LocalObjectF.h>
16 
17 namespace Ice
18 {
19 
24 class ICE_API LocalObject : public virtual ::IceUtil::Shared
25 {
26 public:
27 
28  virtual bool operator==(const LocalObject&) const;
29  virtual bool operator<(const LocalObject&) const;
30 };
31 
32 }
33 
34 #endif
35 #endif
Ice::operator==
bool operator==(const C &lhs, const C &rhs)
Relational operator for generated structs and classes.
Definition: Comparable.h:184
ICE_API
#define ICE_API
Definition: Config.h:197
Ice::operator<
bool operator<(const C &lhs, const C &rhs)
Relational operator for generated structs and classes.
Definition: Comparable.h:136
LocalObjectF.h
Shared.h
Ice
Definition: BuiltinSequences.h:56
IceUtil::Shared
Definition: Shared.h:78