TS++ library: time series library
dropcontainer.cc
Go to the documentation of this file.
1 
34 #define TF_DROPCONTAINER_CC_VERSION \
35  "TF_DROPCONTAINER_CC V1.0 "
36 
37 #include <tsxx/dropcontainer.h>
38 
39 namespace ts {
40 
41 } // namespace ts
42 
43 /* ----- END OF dropcontainer.cc ----- */
a container to drop samples into it (prototypes)
All stuff in this library will be placed within namespace ts.
Definition: anyfilter.cc:43