|
The Micro C++ Library
|
Declaration of class micxx::traits::ToString. More...
Classes | |
| class | micxx::traits::ToString |
| The ToString class defines a common toString()const method. More... | |
Namespaces | |
| namespace | micxx |
The Micro C++ Library. | |
| namespace | micxx::traits |
Functions | |
| MICXX_EXPORT std::ostream & | operator<< (std::ostream &stream, const micxx::traits::ToString &right) |
Declaration of class micxx::traits::ToString.
| MICXX_EXPORT std::ostream& operator<< | ( | std::ostream & | stream, |
| const micxx::traits::ToString & | right | ||
| ) | [inline] |
{
__MICXXTRY__
stream << right.toString();
return stream;
__MICXXEND__
}