Gnash
0.8.10
|
#include "HostInterface.h"
#include <boost/variant.hpp>
#include <boost/any.hpp>
#include <string>
#include <ostream>
Namespaces | |
namespace | 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. | |
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. |