TS++ library: time series library

◆ clone()

template<class T>
virtual PDropContainer ts::drop::SeriesDropContainer< T >::clone ( ) const
inlineprotectedvirtual

Implements ts::drop::DropContainer< T >.

Definition at line 177 of file dropcontainer.h.

References ts::drop::SeriesDropContainer< T >::initializenext(), and ts::drop::SeriesDropContainer< T >::Ms.

178  {
179  SeriesDropContainer<T>* retval(new SeriesDropContainer);
180  retval->initializenext(Ms.size());
181  return(retval);
182  }
Here is the call graph for this function: