#include <comparable_object.hpp>
Inheritance diagram for ph::common::comparable_object_base:
Definition at line 18 of file comparable_object.hpp.
Public Member Functions | |
virtual | ~comparable_object_base () |
virtual bool | equal (const object_base *obj) const =0 |
|
Definition at line 25 of file comparable_object.hpp. |
|
Returns true if the object passed in is equivalent to this one. Implemented in reflect_test::c_base, and persist_test::c_base. Referenced by ph::common::composite_object_helper::helper_equal(). |