TS++ library: time series library

◆ drop()

template<class T>
virtual void ts::drop::PassDropContainer< T >::drop ( const Tvalue v)
inlinevirtual

this function accepts samples

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

Definition at line 244 of file dropcontainer.h.

References ts::drop::DropContainer< T >::attached(), and ts::drop::DropContainer< T >::drop().

245  { Tbase::attached()->drop(v); }
virtual void drop(const Tvalue &v)=0
this function accepts samples
PDropContainer attached() const
Here is the call graph for this function: