TS++ library: time series library

◆ print_help()

void ts::seife::print_help ( std::ostream &  os)

print usage information

print information on available filters

Definition at line 214 of file seifeclass.cc.

References seifeclass_usage_text, and TF_SEIFECLASS_CC_VERSION.

Referenced by main(), and ts::filter::print_any_help().

215  {
216  os << TF_SEIFECLASS_CC_VERSION << std::endl;
217  os << seifeclass_usage_text;
218  }
#define TF_SEIFECLASS_CC_VERSION
Definition: seifeclass.cc:42
char seifeclass_usage_text[]
Here is the caller graph for this function: