Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
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
17namespace Ice
18{
19
24class ICE_API LocalObject : public virtual ::IceUtil::Shared
25{
26public:
27
28 virtual bool operator==(const LocalObject&) const;
29 virtual bool operator<(const LocalObject&) const;
30};
31
32}
33
34#endif
35#endif
#define ICE_API
Definition Config.h:197
Definition BuiltinSequences.h:56
bool operator<(const C &lhs, const C &rhs)
Relational operator for generated structs and classes.
Definition Comparable.h:136
bool operator==(const C &lhs, const C &rhs)
Relational operator for generated structs and classes.
Definition Comparable.h:184