public

Inheritance Graph

graph BT
	DebugOutput
	click DebugOutput "classUtil_1_1DebugOutput"

Description

Public Attributes

   
   
std::ostream * out

Public Functions

   
   
  DebugOutput(std::ostream * s)
   
void setStream(std::ostream * s)
template< typename _t >  
DebugOutput & operator<<(const _t & p)

Documentation

variable
Util::DebugOutput::out

public
 
 
std::ostream * out

Defined in Util/Utils.h:142


function
Util::DebugOutput::DebugOutput

public inline
     
     
DebugOutput( std::ostream * s )

Defined in Util/Utils.h:143


function
Util::DebugOutput::setStream

public inline
     
     
void setStream( std::ostream * s )

Defined in Util/Utils.h:145


function
Util::DebugOutput::operator<<

public inline
     
template< typename _t >    
DebugOutput & operator<<( const _t & p )

Defined in Util/Utils.h:149