Dakota
Version 6.20
Explore and Predict with Confidence
|
Inherits line_filter.
Public Member Functions | |
PrefixingLineFilter (const std::string &prefix_in) | |
Constructor. | |
Private Member Functions | |
std::string | do_filter (const std::string &line) |
"Filter" the line by adding the prefix | |
Private Attributes | |
std::string | linePrefix |
Prefix for each line. | |
PrefixingLineFilter is dervied from a Boost stream filter class in order to preface output with specified text. In this case, the intent is to distinguish ROL output.