Loading...
Searching...
No Matches
Foam::FlatOutput Namespace Reference

Various output adaptors, principally to output a list of items on a single line. More...

Classes

class  OutputAdaptor
 An output adaptor with a write method and an Ostream operator. More...
struct  Decorators
 List decorators with open, close and separator characters. More...
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...

Detailed Description

Various output adaptors, principally to output a list of items on a single line.