Public Member Functions | |
virtual base::array< base::Byte > | hashCode () const=0 |
Definition at line 37 of file Hashable.
|
Whenever invoked on the same object more than once, the same byte array must be returned, provided no information used in == comparisons on the object is modified. Implemented in robot::KinematicChain::Link, and robot::KinematicChain. |