ML Reference
mlErrorOutput.h File Reference
#include "mlUtilsSystem.h"
#include "mlUtilsAPI.h"
#include "mlMutex.h"
#include "mlTrace.h"

Go to the source code of this file.

Classes

class  ml::ErrorOutput
 Class to handle all ML debug prints, errors, warnings, and information. More...

Namespaces

namespace  ml
 Defines the class GetTileJob.
namespace  std
 STL namespace.

Functions

ML_UTILS_EXPORT ostream & std::operator<< (ostream &s, const ml::ErrorOutput &errorOutput)
 Overloading the operator '<<' for stream output of ErrorOutput objects.

Variables

ML_UTILS_EXPORT ErrorOutput ml::MLErrorOutput
 This is a singleton used for all ML Error input and output;.