An output adaptor with a write method and an Ostream operator. More...
#include <FlatOutput.H>
Public Member Functions | |
| OutputAdaptor (const Container &obj) noexcept | |
| Construct from const reference. | |
| Ostream & | write (Ostream &os) const |
Write list using open, close and separator characters specified by Delimiters template, which generally results in a single line without line breaks. | |
Friends | |
| Ostream & | operator<< (Ostream &os, const OutputAdaptor< Container, Delimiters > &adaptor) |
| Ostream Operator. | |
An output adaptor with a write method and an Ostream operator.
Generate single line (flat) output using the characters specified by the templated Delimiters. Normally called with the global flatOutput() function. For example,
Definition at line 125 of file FlatOutput.H.
|
inlineexplicitnoexcept |
Construct from const reference.
Definition at line 141 of file FlatOutput.H.
References Foam::noexcept.
Referenced by operator<<.

Write list using open, close and separator characters specified by Delimiters template, which generally results in a single line without line breaks.
Definition at line 158 of file FlatOutput.H.
References os().

|
friend |
Ostream Operator.
Definition at line 189 of file FlatOutput.H.
References os(), and OutputAdaptor().