LifeV
NdebugStream Class Reference

#include <LifeDebug.hpp>

Public typedefs

typedef int(* stprintf) (const char *format,...)
 

Constructors, destructor

 NdebugStream ()
 
 ~NdebugStream ()
 

Operators

NdebugStreamoperator<< (char const *)
 
NdebugStreamoperator<< (std::string const &)
 
NdebugStreamoperator<< (double)
 
NdebugStreamoperator<< (LNManipFunction)
 

Methods

void flush (stprintf=0)
 

Detailed Description

Definition at line 123 of file LifeDebug.hpp.

Member Typedef Documentation

◆ stprintf

typedef int(* stprintf) (const char *format,...)

Definition at line 128 of file LifeDebug.hpp.

Constructor & Destructor Documentation

◆ NdebugStream()

NdebugStream ( )
inline

Definition at line 133 of file LifeDebug.hpp.

+ Here is the caller graph for this function:

◆ ~NdebugStream()

~NdebugStream ( )
inline

Definition at line 134 of file LifeDebug.hpp.

Member Function Documentation

◆ operator<<() [1/4]

NdebugStream& operator<< ( char const *  )
inline

Definition at line 139 of file LifeDebug.hpp.

◆ operator<<() [2/4]

NdebugStream& operator<< ( std::string const &  )
inline

Definition at line 143 of file LifeDebug.hpp.

◆ operator<<() [3/4]

NdebugStream& operator<< ( double  )
inline

Definition at line 147 of file LifeDebug.hpp.

◆ operator<<() [4/4]

NdebugStream& operator<< ( LNManipFunction  )
inline

Definition at line 151 of file LifeDebug.hpp.

◆ flush()

void flush ( stprintf  = 0)
inline

Definition at line 159 of file LifeDebug.hpp.


The documentation for this class was generated from the following file: