MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Classes | Namespaces | Typedefs
mdsLogChannel.h File Reference

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
. More...

#include "mdsBaseExport.h"
#include "mdsSharedPtr.h"
#include <string>
#include <iostream>
#include <fstream>

Classes

class  mds::base::CLogChannel
 Abstract class encapsulating log channel. More...
class  mds::base::CLogChannelFStream
 Channel for logging to the file stream. More...
class  mds::base::CLogChannelOStream
 Channel for logging to the output STL stream. More...

Namespaces

namespace  mds
 

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel


namespace  mds::base

Typedefs

typedef
CLogChannelFStream::tSmartPtr 
mds::base::CLogChannelFStreamPtr
 Smart pointer to the log channel.
typedef
CLogChannelOStream::tSmartPtr 
mds::base::CLogChannelOStreamPtr
 Smart pointer to the log channel.
typedef CLogChannel::tSmartPtr mds::base::CLogChannelPtr
 Smart pointer to the log channel.

Detailed Description

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2005/09/08

Id:
mdsLogChannel.h 2039 2011-12-28 14:00:13Z spanel

Description: