Auxiliary class to temporarily modify format specifications.  
 More...
#include <JPrint.hh>
Auxiliary class to temporarily modify format specifications. 
Definition at line 617 of file JPrint.hh.
 
◆ JFlags() [1/3]
  
  
      
        
          | JFlags::JFlags  | 
          ( | 
          std::ostream &  | 
          out | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
  
 
Definition at line 623 of file JPrint.hh.
 
 
◆ JFlags() [2/3]
  
  
      
        
          | JFlags::JFlags  | 
          ( | 
          std::ostream &  | 
          out,  | 
         
        
           | 
           | 
          std::ios::fmtflags  | 
          flags  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
    | out | output stream  | 
    | flags | format flags  | 
  
   
Definition at line 636 of file JPrint.hh.
 
 
◆ JFlags() [3/3]
  
  
      
        
          | JFlags::JFlags  | 
          ( | 
          std::ostream &  | 
          out,  | 
         
        
           | 
           | 
          std::ios::fmtflags  | 
          flags,  | 
         
        
           | 
           | 
          std::ios::fmtflags  | 
          mask  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
    | out | output stream  | 
    | flags | format flags  | 
    | mask | format mask  | 
  
   
Definition at line 652 of file JPrint.hh.
  657     out.setf(flags, mask);
 
 
 
 
◆ ~JFlags()
Destructor. 
This destructor restores the old format specifications. 
Definition at line 666 of file JPrint.hh.
 
 
◆ __out
  
  
      
        
          | std::ostream& JFlags::__out | 
         
       
   | 
  
protected   | 
  
 
 
◆ __flags
  
  
      
        
          | std::ios::fmtflags JFlags::__flags | 
         
       
   | 
  
protected   | 
  
 
 
◆ __mask
  
  
      
        
          | std::ios::fmtflags JFlags::__mask | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this struct was generated from the following file: