GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
template<typename T>
Bool_t ADF::StackOfObjects< T >::SetSize ( UShort_t  how_many,
Bool_t  do_reset = true 
)
inline

Change the current size.

if the current size is smaller that the asked one, the stack is extended and the new objects are with their default value except if do_reset is set to false.

This feature could be used to save time to reset ADFObject in case the user is sure to modify all the content after.

Definition at line 86 of file StackOfObjects.h.