Dakota  Version
Explore and Predict with Confidence
Public Member Functions | Private Member Functions | Private Attributes | List of all members
PrefixingLineFilter Class Reference

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.
 

Detailed Description

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.


The documentation for this class was generated from the following file: