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
184 static
Handle global_handle_;
188# ifndef BALL_NO_INLINE_FUNCTIONS
189# include <BALL/CONCEPT/object.iC>
Object()
Default constructor.
int compare(const Object &object) const
static Handle getNextHandle()
virtual bool isValid() const
virtual void clear()
Clear function of the OCI, doing nothing here.
virtual void dump(::std::ostream &s=std::cout, Size depth=0) const
static Handle getNewHandle()
#define BALL_CREATE(name)