#include <Object.h>
Inheritance diagram for beecrypt::lang::Object:
Public Member Functions | |
Object () throw () | |
virtual | ~Object () |
virtual bool | equals (const Object &compare) const throw () |
Protected Member Functions | |
virtual Object * | clone () const throw (CloneNotSupportedException) |
beecrypt::lang::Object::Object | ( | ) | throw () |
virtual beecrypt::lang::Object::~Object | ( | ) | [inline, virtual] |
virtual Object* beecrypt::lang::Object::clone | ( | ) | const throw (CloneNotSupportedException) [protected, virtual] |
virtual bool beecrypt::lang::Object::equals | ( | const Object & | compare | ) | const throw () [virtual] |
Reimplemented in beecrypt::security::cert::Certificate, and beecrypt::util::Date.