Jpp 19.3.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
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.
 

Public Attributes

int width
 

Friends

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

Detailed Description

Auxiliary data structure for alignment of data.

Definition at line 366 of file JManip.hh.

Constructor & Destructor Documentation

◆ CENTER()

CENTER::CENTER ( const int width)
inline

Constructor.

Parameters
widthwidth

Definition at line 424 of file JManip.hh.

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

Friends And Related Symbol Documentation

◆ operator<<

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

◆ width

int WIDTH::width
inherited

Definition at line 257 of file JManip.hh.


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