Gnash
0.8.10
|
A custom form of communication with the host application. More...
#include <HostInterface.h>
Public Member Functions | |
CustomMessage (const std::string &s, const boost::any &arg=boost::blank()) | |
const std::string & | name () const |
const boost::any & | arg () const |
A custom form of communication with the host application.
This comprises a string and any type of argument.
gnash::CustomMessage::CustomMessage | ( | const std::string & | s, |
const boost::any & | arg = boost::blank() |
||
) | [inline, explicit] |
const boost::any& gnash::CustomMessage::arg | ( | ) | const [inline] |
const std::string& gnash::CustomMessage::name | ( | ) | const [inline] |
Referenced by gnash::operator<<().