Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
JEEP::JEEPZ Struct Reference

Auxiliary data structure for streaming of STL containers. More...

#include <JStreamToolkit.hh>

Classes

struct  JStream
 Auxiliary class for format STL containers. More...
 

Public Member Functions

 JEEPZ ()
 Default constructor.
 

Friends

JStream operator<< (std::ostream &out, const JEEPZ &format)
 Format specifier.
 

Detailed Description

Auxiliary data structure for streaming of STL containers.

This manipulator transfers the following stream operation to method writeObject so that all STL containers can directly be printed.

Definition at line 605 of file JStreamToolkit.hh.

Constructor & Destructor Documentation

◆ JEEPZ()

JEEP::JEEPZ::JEEPZ ( )
inline

Default constructor.

Definition at line 643 of file JStreamToolkit.hh.

644 {}

Friends And Related Symbol Documentation

◆ operator<<

JStream operator<< ( std::ostream & out,
const JEEPZ & format )
friend

Format specifier.

Parameters
outoutput stream
formatformat
Returns
output stream

Definition at line 654 of file JStreamToolkit.hh.

655 {
656 return JStream(out);
657 }

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