TSIO++ Time series input/output

◆ Ttracelist

typedef tfxx::RangeList<int> ts::sff::Ttracelist

type of trace selection list.

This is the rangelist class that holds a selection of traces in numerical form. It can be generated generated from an approriate string on the command line through:

Ttracelist selection=
tfxx::string::rangelist<Ttracelist::Tvalue>(filename.value(tracekey));

Definition at line 83 of file cmdlinefiles.h.