Gnash
0.8.11dev
|
#include "HostInterface.h"
#include <boost/variant.hpp>
#include <boost/any.hpp>
#include <string>
#include <ostream>
Namespaces | |
gnash | |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
std::ostream & | gnash::operator<< (std::ostream &os, const HostMessage &m) |
Stream a description of any host interface message type. More... | |
std::ostream & | gnash::operator<< (std::ostream &os, const CustomMessage &m) |
std::ostream & | gnash::operator<< (std::ostream &os, HostMessage::KnownEvent e) |
Stream a description of an expected message. More... | |