Whiteboard
An interface and tools for visualizing large and complex datasets
|
#include <mutil.h>
Public Member Functions | |
MDLLEXPORT | CMLog () |
MDLLEXPORT | ~CMLog () |
MDLLEXPORT CMLog & | operator<< (char c) |
MDLLEXPORT CMLog & | operator<< (unsigned char c) |
MDLLEXPORT CMLog & | operator<< (signed char c) |
MDLLEXPORT CMLog & | operator<< (const MCL_TCHAR *s) |
MDLLEXPORT CMLog & | operator<< (const CMString &s) |
MDLLEXPORT CMLog & | operator<< (const unsigned char *s) |
MDLLEXPORT CMLog & | operator<< (const signed char *s) |
MDLLEXPORT CMLog & | operator<< (const void *p) |
MDLLEXPORT CMLog & | operator<< (int n) |
MDLLEXPORT CMLog & | operator<< (unsigned int n) |
MDLLEXPORT CMLog & | operator<< (long n) |
MDLLEXPORT CMLog & | operator<< (unsigned long n) |
MDLLEXPORT CMLog & | operator<< (double n) |
MDLLEXPORT CMLog & | operator<< (float n) |
MDLLEXPORT CMLog & | operator<< (const VerbositySetting &rVs) |
Protected Attributes | |
int | mVerboseLevel |
CMLog::CMLog | ( | ) |
CMLog::~CMLog | ( | ) |
CMLog & CMLog::operator<< | ( | char | c | ) |
CMLog & CMLog::operator<< | ( | unsigned char | c | ) |
CMLog & CMLog::operator<< | ( | signed char | c | ) |
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 | ) |
|
protected |