Whiteboard
An interface and tools for visualizing large and complex datasets
Public Member Functions | Protected Attributes | List of all members
CMLog Class Reference

#include <mutil.h>

Public Member Functions

MDLLEXPORT CMLog ()
 
MDLLEXPORT ~CMLog ()
 
MDLLEXPORT CMLogoperator<< (char c)
 
MDLLEXPORT CMLogoperator<< (unsigned char c)
 
MDLLEXPORT CMLogoperator<< (signed char c)
 
MDLLEXPORT CMLogoperator<< (const MCL_TCHAR *s)
 
MDLLEXPORT CMLogoperator<< (const CMString &s)
 
MDLLEXPORT CMLogoperator<< (const unsigned char *s)
 
MDLLEXPORT CMLogoperator<< (const signed char *s)
 
MDLLEXPORT CMLogoperator<< (const void *p)
 
MDLLEXPORT CMLogoperator<< (int n)
 
MDLLEXPORT CMLogoperator<< (unsigned int n)
 
MDLLEXPORT CMLogoperator<< (long n)
 
MDLLEXPORT CMLogoperator<< (unsigned long n)
 
MDLLEXPORT CMLogoperator<< (double n)
 
MDLLEXPORT CMLogoperator<< (float n)
 
MDLLEXPORT CMLogoperator<< (const VerbositySetting &rVs)
 

Protected Attributes

int mVerboseLevel
 

Constructor & Destructor Documentation

CMLog::CMLog ( )
CMLog::~CMLog ( )

Member Function Documentation

CMLog & CMLog::operator<< ( char  c)
CMLog & CMLog::operator<< ( unsigned char  c)
CMLog & CMLog::operator<< ( signed char  c)
CMLog & CMLog::operator<< ( const MCL_TCHAR s)
CMLog & CMLog::operator<< ( const CMString s)
CMLog & CMLog::operator<< ( const unsigned char *  s)
CMLog & CMLog::operator<< ( const signed char *  s)
CMLog & CMLog::operator<< ( const void *  p)
CMLog & CMLog::operator<< ( int  n)
CMLog & CMLog::operator<< ( unsigned int  n)
CMLog & CMLog::operator<< ( long  n)
CMLog & CMLog::operator<< ( unsigned long  n)
CMLog & CMLog::operator<< ( double  n)
CMLog & CMLog::operator<< ( float  n)
CMLog & CMLog::operator<< ( const VerbositySetting rVs)

Member Data Documentation

int CMLog::mVerboseLevel
protected

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