24 #ifndef _MSTREAMABLE_H_
25 #define _MSTREAMABLE_H_ 1
52 CGICC_API std::ostream&
53 operator<<(std::ostream& out,
const MStreamable& obj);
69 friend CGICC_API std::ostream&
94 render(std::ostream& out)
const = 0;
MStreamable()
Empty constructor.
Platform and operating system specific macro definitions.
virtual ~MStreamable()
Empty destructor.
std::ostream & operator<<(std::ostream &out, const MStreamable &obj)
Mix-in streamable interface.