TS++ library: time series library

◆ print_help()

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

print usage information

print information on available filters

Definition at line 517 of file filter.cc.

References filter_usage_text, and TF_FILTER_CC_VERSION.

Referenced by main(), and print_any_help().

518  {
519  os << TF_FILTER_CC_VERSION << std::endl;
520  os << filter_usage_text;
521  }
char filter_usage_text[]
#define TF_FILTER_CC_VERSION
Definition: filter.cc:61
Here is the caller graph for this function: