Abstract base class for all streamable objects. More...
Go to the source code of this file.
Classes | |
| class | cgicc::MStreamable |
| Mix-in streamable interface. More... | |
Namespaces | |
| cgicc | |
| The namespace containing the cgicc library. | |
Functions | |
| std::ostream & | cgicc::operator<< (std::ostream &out, const MStreamable &obj) |
Abstract base class for all streamable objects.
A streamable object is an object that can be written to an ostream using the << operator.
Definition in file MStreamable.h.