Searched refs:Clonable (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsimple.h19 Clonable * Clone() const {return new DERIVED(*static_cast<const DERIVED *>(this));}
H A Dcryptlib.h333 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE Clonable class
336 virtual ~Clonable() {}
338 virtual Clonable* Clone() const {throw NotImplemented("Clone() is not implemented yet.");} // TODO: make this =0
343 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE Algorithm : public Clonable
H A Dstrciphr.h289 Clonable * Clone() const {return static_cast<SymmetricCipher *>(new SymmetricCipherFinal<BASE, INFO>(*this));}

Completed in 38 milliseconds