Jpp  15.0.1-rc.2-highQE
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Public Member Functions | Friends | List of all members
JEEPZ Struct Reference

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

#include <JPrint.hh>

Classes

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

Public Member Functions

 JEEPZ ()
 Default constructor. More...
 

Friends

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

Detailed Description

Auxiliary data structure for streaming of STL containers.

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

Definition at line 65 of file JPrint.hh.

Constructor & Destructor Documentation

JEEPZ::JEEPZ ( )
inline

Default constructor.

Definition at line 103 of file JPrint.hh.

104  {}

Friends And Related Function Documentation

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

Format specifier.

Parameters
outoutput stream
formatformat
Returns
output stream

Definition at line 114 of file JPrint.hh.

115  {
116  return JStream(out);
117  }

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