1 #ifndef OBJECT_HPP_INCLUDED
2 #define OBJECT_HPP_INCLUDED
22 operator bool()
const;
23 operator void*()
const;
bool operator==(const Object &O) const
bool InstanceOf(Class C) const
Object & operator=(const Object &Obj)
Object(const Object &Obj)
Object & operator=(Object &&Obj)
bool Equals(Object O) const
Object(const void *Obj=nullptr)
bool operator!=(const Object &O) const