Ice 3.7 C++98 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
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 Shared.h:78
Base class for local Slice classes and interfaces.
Definition LocalObject.h:25
virtual bool operator==(const LocalObject &) const
virtual bool operator<(const LocalObject &) const
Definition BuiltinSequences.h:113