TS++ library: time series library

◆ attach()

template<class T >
virtual PDropContainer ts::drop::DropContainer< T >::attach ( const DropContainer< T > &  c)
inlinevirtualinherited

Reimplemented in ts::drop::SeriesDropContainer< T >.

Definition at line 117 of file dropcontainer.h.

References ts::drop::DropContainer< T >::attach(), ts::drop::DropContainer< T >::clone(), and ts::drop::DropContainer< T >::Moutput.

Referenced by ts::drop::DropContainer< T >::attach(), and main().

118  {
119  if (Moutput!=0) { Moutput->attach(c); }
120  else { Moutput=c.clone(); }
121  return this;
122  }
virtual PDropContainer clone() const =0
virtual PDropContainer attach(const DropContainer &c)
PDropContainer Moutput
Here is the call graph for this function:
Here is the caller graph for this function: