A clonable object knows how to make copy of itself. More...
#include <contracts.h>


Public Member Functions | |
| virtual clonable * | clone () const =0 |
A clonable object knows how to make copy of itself.
Definition at line 108 of file contracts.h.
| virtual clonable* basis::clonable::clone | ( | ) | const [pure virtual] |
Implemented in structures::rotating_byte_hasher, structures::hashing_algorithm, structures::string_hasher, structures::astring_hasher, octopi::identity_infoton, octopi::infoton, octopi::unhandled_request, synchronic::synchronizable, octopi::encryption_infoton, octopi::encryption_wrapper, octopi::file_transfer_infoton, and octopi::security_infoton.
1.6.3