Auxiliary data structure for alignment of data.  
 More...
#include <JManip.hh>
Auxiliary data structure for alignment of data. 
Definition at line 230 of file JManip.hh.
 
  
  
      
        
          | WIDTH::WIDTH  | 
          ( | 
          const int  | 
          width | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
  
 
Definition at line 236 of file JManip.hh.
 
 
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          out,  | 
         
        
           | 
           | 
          const WIDTH &  | 
          format  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Format specifier. 
- Parameters
 - 
  
    | out | output stream  | 
    | format | format  | 
  
   
- Returns
 - output stream 
 
Definition at line 249 of file JManip.hh.
  253     return out << setw(format.
width);
 
 
 
 
The documentation for this struct was generated from the following file: