GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Bool_t Key::Copy ( const Key akey)
virtualinherited

copy the content of an external key to this key

Partial copy are not allowed. So the two keys have to have the same signature (and the same length). If you do need such a behavior, overwrite this method in your key. It returns false in case the buffer cannot be copied, true otherwise

Definition at line 98 of file Key.cpp.