#include <Comparable.h>
Inheritance diagram for beecrypt::lang::Comparable< T >:
Public Member Functions | |
virtual int | compareTo (const T &) const =0 throw () |
|
Implemented in beecrypt::lang::Integer, beecrypt::lang::Long, and beecrypt::util::Date. |