|
Gnash
0.8.10
|
#include <boost/variant.hpp>#include <boost/any.hpp>#include <string>#include <iosfwd>#include "dsodefs.h"Go to the source code of this file.
Classes | |
| class | gnash::CustomMessage |
| A custom form of communication with the host application. More... | |
| class | gnash::HostMessage |
| Built-in forms of communication with the host application. More... | |
| class | gnash::FsCallback |
| Abstract base class for FS handlers. More... | |
| class | gnash::HostInterface |
| Abstract base class for hosting app handler. More... | |
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. | |
1.7.6.1