Level specific message streamers.  
 More...
#include <JMessageStream.hh>
 | 
| typedef std::ostream &(*  | io_manip) (std::ostream &) | 
|   | Type definition of I/O operator.  More...
  | 
|   | 
Level specific message streamers. 
Definition at line 113 of file JMessageStream.hh.
 
◆ io_manip
  
  
      
        
          | typedef std::ostream&(* JLOGGER::JMessageStream::io_manip) (std::ostream &) | 
         
       
   | 
  
inherited   | 
  
 
 
◆ JDebugStream()
◆ operator<<() [1/2]
template<class T > 
  
  
      
        
          | JMessageStream& JLOGGER::JMessageStream::operator<<  | 
          ( | 
          const T &  | 
          value | ) | 
           | 
         
       
   | 
  
inlineinherited   | 
  
 
Appends value to internal buffer. 
- Parameters
 - 
  
  
 
- Returns
 - this JMessageStream 
 
Definition at line 54 of file JMessageStream.hh.
   56       static_cast<std::ostringstream&>(*
this) << value;
 
 
 
 
◆ operator<<() [2/2]
◆ logger
◆ typeout
  
  
      
        
          | void(JMessageLogger::* JLOGGER::JMessageStream::typeout) (const std::string &) | 
         
       
   | 
  
protectedinherited   | 
  
 
 
The documentation for this struct was generated from the following file: