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