Jpp test-rotations-old
the software that should make you happy
|
Interface for comparison of a template class. More...
#include <JRootComparator.hh>
Public Member Functions | |
virtual | ~JAbstractComparator () |
Virtual destructor. | |
virtual bool | equals (const void *first, const void *second) const =0 |
Compare objects. | |
Interface for comparison of a template class.
Definition at line 31 of file JRootComparator.hh.
|
inlinevirtual |
|
pure virtual |
Compare objects.
first | pointer to first object |
second | pointer to second object |
Implemented in JROOT::JObjectComparator< T >.