24#ifndef _MSTREAMABLE_H_
25#define _MSTREAMABLE_H_ 1
52 CGICC_API std::ostream&
69 friend CGICC_API std::ostream&
Platform and operating system specific macro definitions.
Mix-in streamable interface.
virtual void render(std::ostream &out) const =0
Write this object to a stream.
MStreamable()
Empty constructor.
virtual ~MStreamable()
Empty destructor.
The namespace containing the cgicc library.
std::ostream & operator<<(std::ostream &out, const MStreamable &obj)