Jpp  15.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Public Member Functions | Public Attributes | Friends | List of all members
CENTER Struct Reference

Auxiliary data structure for alignment of data. More...

#include <JManip.hh>

Inheritance diagram for CENTER:
WIDTH

Classes

struct  JCenter
 Auxiliary class for format center. More...
 

Public Member Functions

 CENTER (const int width)
 Constructor. More...
 

Public Attributes

int width
 

Friends

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

Detailed Description

Auxiliary data structure for alignment of data.

Definition at line 366 of file JManip.hh.

Constructor & Destructor Documentation

CENTER::CENTER ( const int  width)
inline

Constructor.

Parameters
widthwidth

Definition at line 424 of file JManip.hh.

424  :
425  WIDTH(width)
426  {}
int width
Definition: JManip.hh:257
WIDTH(const int width)
Constructor.
Definition: JManip.hh:237

Friends And Related Function Documentation

JCenter operator<< ( std::ostream &  out,
const CENTER format 
)
friend

Format specifier.

Parameters
outoutput stream
formatformat
Returns
output stream

Definition at line 436 of file JManip.hh.

437  {
438  return JCenter(out, format);
439  }

Member Data Documentation

int WIDTH::width
inherited

Definition at line 257 of file JManip.hh.


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