5#ifndef BALL_CONCEPT_OBJECT_H
6#define BALL_CONCEPT_OBJECT_H
8#ifndef BALL_CONCEPT_AUTODELETABLE_H
12#ifndef BALL_COMMON_RTTI_H
16#ifndef BALL_CONCEPT_BIDIRECTIONALITERATOR_H
20#ifndef BALL_COMMON_GLOBAL_H
107 bool operator == (const
Object&
object) const
116 bool operator != (const
Object&
object) const
125 bool operator < (const
Object&
object) const
134 bool operator <= (const
Object&
object) const
144 bool operator >= (const
Object&
object) const
153 bool operator > (const
Object&
object) const
170 virtual
bool isValid() const
174 virtual
void dump(::
std::ostream& s =
std::cout,
Size depth = 0) const
184 static
Handle global_handle_;
188# ifndef BALL_NO_INLINE_FUNCTIONS
189# include <BALL/CONCEPT/object.iC>
#define BALL_CREATE(name)
Index compare(const T1 &a, const T2 &b)