#include <iostream>
#include "cgicc/CgiDefs.h"
Go to the source code of this file.
Namespaces | |
namespace | cgicc |
Classes | |
class | cgicc::MStreamable |
Mix-in streamable interface. More... | |
Defines | |
#define | _MSTREAMABLE_H_ 1 |
Functions | |
std::ostream & | cgicc::operator<< (std::ostream &out, const MStreamable &obj) |
A streamable object is an object that can be written to an ostream
using the <<
operator.
Definition in file MStreamable.h.