#include <JMessageStream.hh>
 | 
| typedef std::ostream &(*  | io_manip )(std::ostream &) | 
|   | Type definition of I/O operator.  More...
  | 
|   | 
Definition at line 117 of file JMessageStream.hh.
 
  
  
      
        
          | typedef std::ostream&(* JLOGGER::JMessageStream::io_manip)(std::ostream &) | 
         
       
   | 
  
inherited   | 
  
 
 
Appends value to internal buffer. 
- Parameters
 - 
  
  
 
- Returns
 - this JMessageStream 
 
Definition at line 54 of file JMessageStream.hh.
   56       static_cast<std::ostringstream&
>(*this) << value;
 
 
 
 
  
  
      
        
          | void(JMessageLogger::* JLOGGER::JMessageStream::typeout)(const std::string &) | 
         
       
   | 
  
protectedinherited   | 
  
 
 
The documentation for this struct was generated from the following file: