BTK  0.3dev.0
Open-source library to visualize/process biomechanical data
List of all members | Public Types | Public Member Functions | Static Public Member Functions
btk::Logger::Stream Class Reference

Helper class to store information regarding the output streams used by the class Logger. More...

#include <btkLogger.h>

Public Types

typedef btkSharedPtr< StreamPointer
 

Public Member Functions

std::ostream & GetOutput () const
 
 ~Stream ()
 

Static Public Member Functions

static Pointer New (std::ostream *output)
 Creates a smart pointer associated with a Logger::Stream object.
 

Detailed Description

Helper class to store information regarding the output streams used by the class Logger.

Member Typedef Documentation

Smart pointer associated with a Logger::Stream object.

Constructor & Destructor Documentation

btk::Logger::Stream::~Stream ( )

Destructor.

Member Function Documentation

std::ostream & btk::Logger::Stream::GetOutput ( ) const
inline

Returns the output stream as a reference.