#include "mlUtilsAPI.h"
#include "mlMutex.h"
#include "mlUtilsSystem.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 |
Define the namespace name like in the ML. Default is ml. | |
| namespace | std |
| Provide trigonometric etc. | |
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;. | |
Definition in file mlErrorOutput.h.
1.5.8