TSIO++ Time series input/output
tracevector.h
Go to the documentation of this file.
1 
34 // include guard
35 #ifndef TSIO_TRACEVECTOR_H_VERSION
36 
37 #define TSIO_TRACEVECTOR_H_VERSION \
38  "TSIO_TRACEVECTOR_H 2019/04/02"
39 
40 #include<vector>
41 #include<tsioxx/sfftimeseries.h>
42 
43 namespace ts {
44 
45  namespace sff {
46 
50  template<class C>
51  class TraceVector: public std::vector<SFFTimeSeries<C> > {
52  public:
53  typedef std::vector<SFFTimeSeries<C> > Tbase;
55  }; // class TraceVector
56 
57  } // namespace sff
58 
59 } // namespace ts
60 
61 #endif // TSIO_TRACEVECTOR_H_VERSION (includeguard)
62 
63 /* ----- END OF tracevector.h ----- */
hold SFF traces with full header information
Definition: tracevector.h:51
std::vector< SFFTimeSeries< C > > Tbase
Definition: tracevector.h:53
hold a full SFF trace and provide conversion
Definition: sfftimeseries.h:71
SFFTimeSeries< C > Ttimeseries
Definition: tracevector.h:54
libtsxx TimeSeries class template with SFF trace header (prototypes)
Outer namespace.
Definition: cmdlinefiles.cc:46