MeVisLab Toolbox Reference
mlRuntimeType.h File Reference
#include "mlUtilsSystem.h"
#include <ostream>

Go to the source code of this file.

Classes

class  ml::RuntimeType
 RuntimeType contains type and inheritance information of a class and a static dictionary with information on all created instances of RuntimeType. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Functions

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

Function Documentation

◆ operator<<()

ostream& std::operator<< ( ostream &  s,
const ml::RuntimeType rt 
)
inline

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

Definition at line 134 of file mlRuntimeType.h.

References std::operator<<().