TS++ library: time series library
tscollection.h File Reference

provide a container for a collection of time series with header data (prototypes) More...

#include <vector>
#include <tsxx/error.h>
#include <tsxx/wid2timeseries.h>
Include dependency graph for tscollection.h:

Go to the source code of this file.

Classes

class  ts::TimeSeriesCollection< T >
 A class template for a list of time series with SFF header. More...
 

Namespaces

 ts
 All stuff in this library will be placed within namespace ts.
 

Macros

#define TS_TSCOLLECTION_H_VERSION   "TS_TSCOLLECTION_H V1.0"
 

Detailed Description

provide a container for a collection of time series with header data (prototypes)


Author
Thomas Forbriger
Date
29/12/2018

provide a container for a collection of time series with header data (prototypes)

Copyright (c) 2018 by Thomas Forbriger (BFO Schiltach)


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License

along with this program. If not, see http://www.gnu.org/licenses/.

REVISIONS and CHANGES

  • 29/12/2018 V1.0 Thomas Forbriger

Definition in file tscollection.h.