MeVisLab Toolbox Reference
mlErrorOutputInfos.h File Reference
#include "mlDateTime.h"
#include "mlErrorMacros.h"
#include "mlErrorOutput.h"
#include "mlUtilsSystem.h"

Go to the source code of this file.

Classes

class  ml::ErrorOutputInfos
 Struct which contains all information about errors, fatal errors, warnings, information or debug prints. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Functions

ostream & std::operator<< (ostream &s, const ml::ErrorOutputInfos &eoi)
 Overload "<<" operator for stream output of ML ErrorOutputInfos objects. More...
 

Function Documentation

◆ operator<<()

ostream& std::operator<< ( ostream &  s,
const ml::ErrorOutputInfos eoi 
)
inline

Overload "<<" operator for stream output of ML ErrorOutputInfos objects.

Definition at line 184 of file mlErrorOutputInfos.h.

References std::operator<<().