Insert , when streaming function arguments.  
 More...
#include <log.h>
Insert , when streaming function arguments. 
Definition at line 416 of file log.h.
 
      
        
          | ns3::ParameterLogger::ParameterLogger  | 
          ( | 
          std::ostream &  | 
          os | ) | 
           | 
        
      
 
Constructor. 
- Parameters
 - 
  
    | [in] | os | Underlying output stream.  | 
  
   
Definition at line 634 of file log.cc.
 
 
Write a function parameter on the output stream, separating parameters after the first by , strings. 
- Parameters
 - 
  
    | [in] | param | The function parameter.  | 
  
   
- Returns
 - This ParameterLogger, so it's chainable. 
 
Definition at line 436 of file log.h.
 
 
  
  
      
        
          | bool ns3::ParameterLogger::m_first | 
         
       
   | 
  
private   | 
  
 
First argument flag, doesn't get ,. 
Definition at line 418 of file log.h.
 
 
  
  
      
        
          | std::ostream& ns3::ParameterLogger::m_os | 
         
       
   | 
  
private   | 
  
 
Underlying output stream. 
Definition at line 419 of file log.h.
 
 
The documentation for this class was generated from the following files: