#include <boost/variant.hpp>
#include <boost/any.hpp>
#include <string>
#include <iosfwd>
#include "dsodefs.h"
Go to the source code of this file.
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.
|