FlatOutput< Container > Class Template Reference

Simple output adapter for list output on a single line. The backend type must support a two-argument writeList() method. More...

Public Member Functions

 FlatOutput (const Container &obj, label len)
 Construct from components. More...
 

Friends

Ostreamoperator<< (Ostream &os, const FlatOutput< Container > &wrapped)
 Ostream operator. More...
 

Detailed Description

template<class Container>
class Foam::FlatOutput< Container >

Simple output adapter for list output on a single line. The backend type must support a two-argument writeList() method.

Definition at line 45 of file FlatOutput.H.

Constructor & Destructor Documentation

◆ FlatOutput()

FlatOutput ( const Container &  obj,
label  len 
)
inline

Construct from components.

Definition at line 63 of file FlatOutput.H.

Friends And Related Function Documentation

◆ operator<<

Ostream& operator<< ( Ostream os,
const FlatOutput< Container > &  wrapped 
)
friend

Ostream operator.

Definition at line 71 of file FlatOutput.H.


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