Go to the source code of this file.
Classes | |
class | OutputAdaptor< Container, Delimiters > |
struct | Decorators< OpenChar, CloseChar, SepChar > |
struct | BareComma |
Surround with '\0' and '\0' separate with ' ,'. More... | |
struct | BareSpace |
Surround with '\0' and '\0' separate with ' '. More... | |
struct | BraceComma |
Surround with '{' and '}' separate with ' ,'. More... | |
struct | BraceSpace |
Surround with '{' and '}' separate with ' '. More... | |
struct | ParenComma |
Surround with ' (' and ' )' separate with ' ,'. More... | |
struct | ParenSpace |
Surround with ' (' and ' )' separate with ' '. More... | |
struct | PointyComma |
Surround with '<' and '>' separate with ' ,'. More... | |
struct | PointySpace |
Surround with '<' and '>' separate with ' '. More... | |
struct | SquareComma |
Surround with ' [' and ' ]' separate with ' ,'. More... | |
struct | SquareSpace |
Surround with ' [' and ' ]' separate with ' '. More... | |
class | OutputAdaptor< Container, Delimiters > |
Namespaces | |
Foam::FlatOutput | |
Various output adaptors, principally to output a list of items on a single line. | |
Foam | |
Macros | |
#define | makeDecorator(Name, Open, Close, Sep) |
Functions | |
template<class Container , class Delimiters > | |
Ostream & | operator<< (Ostream &os, const FlatOutput::OutputAdaptor< Container, Delimiters > &adaptor) |
template<class Container , class Delimiters > | |
FlatOutput::OutputAdaptor< Container, Delimiters > | flatOutput (const Container &obj, Delimiters delim) |
template<class Container > | |
FlatOutput::OutputAdaptor< Container, FlatOutput::ParenSpace > | flatOutput (const Container &obj) |
Original source file FlatOutput.H
Definition in file FlatOutput.H.
#define makeDecorator | ( | Name, | |
Open, | |||
Close, | |||
Sep | |||
) |
Definition at line 76 of file FlatOutput.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.