Gnash  0.8.10
Public Member Functions
gnash::CustomMessage Class Reference

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

#include <HostInterface.h>

List of all members.

Public Member Functions

 CustomMessage (const std::string &s, const 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

gnash::CustomMessage::CustomMessage ( const std::string &  s,
const boost::any &  arg = boost::blank() 
) [inline, explicit]

Member Function Documentation

const boost::any& gnash::CustomMessage::arg ( ) const [inline]
const std::string& gnash::CustomMessage::name ( ) const [inline]

Referenced by gnash::operator<<().


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