Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
Ice
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_API
#define ICE_API
Definition
Config.h:197
LocalObjectF.h
Shared.h
IceUtil::Shared
Definition
Shared.h:78
Ice::LocalObject
Base class for local Slice classes and interfaces.
Definition
LocalObject.h:25
Ice::LocalObject::operator==
virtual bool operator==(const LocalObject &) const
Ice::LocalObject::operator<
virtual bool operator<(const LocalObject &) const
Ice
Definition
BuiltinSequences.h:113
Generated by
1.16.0