ML Reference
|
Go to the source code of this file.
Classes | |
class | ml::Notify |
Class to handle all ML Notify prints, errors, and warnings. More... | |
Namespaces | |
ml | |
Main documentation file for ML users and developers. | |
Functions | |
ML_UTILS_EXPORT ostream & | std::operator<< (ostream &s, const ml::Notify ¬ify) |
Overloading the operator '<<' for stream output of Notify objects. More... | |
Variables | |
ML_UTILS_EXPORT Notify | ml::MLNotify |
Singleton which contains all registered callback functions of the ML. More... | |
ML_UTILS_EXPORT ostream& std::operator<< | ( | ostream & | s, |
const ml::Notify & | notify | ||
) |
Overloading the operator '<<' for stream output of Notify
objects.
References std::operator<<().