Gnash  0.8.11dev
Public Member Functions | List of all members
gnash::CustomMessage Class Reference

A custom form of communication with the host application. More...

#include <HostInterface.h>

Public Member Functions

 CustomMessage (std::string s, boost::any arg=boost::blank())
 
const std::string & name () const
 
const boost::any & arg () const
 

Detailed Description

A custom form of communication with the host application.

This comprises a string and any type of argument.

Constructor & Destructor Documentation

§ CustomMessage()

gnash::CustomMessage::CustomMessage ( std::string  s,
boost::any  arg = boost::blank() 
)
inlineexplicit

Member Function Documentation

§ arg()

const boost::any& gnash::CustomMessage::arg ( ) const
inline

§ name()

const std::string& gnash::CustomMessage::name ( ) const
inline

Referenced by gnash::operator<<().


The documentation for this class was generated from the following file: