TS++ library: time series library

◆ attached()

template<class T >
PDropContainer ts::drop::DropContainer< T >::attached ( ) const
inlineprotectedinherited

Definition at line 138 of file dropcontainer.h.

References ts::drop::DropContainer< T >::Moutput, and TSXX_assert.

Referenced by ts::drop::DropContainer< T >::container(), ts::drop::DropDropContainer< T >::drop(), and ts::drop::PassDropContainer< T >::drop().

139  {
140  TSXX_assert(Moutput != 0,
141  "DropContainer: not properly initialized!");
142  return(Moutput);
143  }
#define TSXX_assert(C, M)
Check an assertion and report by throwing an exception.
Definition: error.h:127
PDropContainer Moutput
Here is the caller graph for this function: