Gnash  0.8.11dev
Classes | Namespaces | Constant Groups | Typedefs | Functions
Property.h File Reference
#include <boost/variant.hpp>
#include <cassert>
#include <boost/bind.hpp>
#include <typeinfo>
#include "PropFlags.h"
#include "as_value.h"
#include "ObjectURI.h"

Go to the source code of this file.

Classes

class  gnash::GetterSetter
 Holder for getter/setter functions. More...
 
class  gnash::Property
 An abstract property. More...
 

Namespaces

 gnash
 Anonymous namespace for callbacks, local functions, event handlers etc.
 

Constant Groups

 gnash
 Anonymous namespace for callbacks, local functions, event handlers etc.
 

Typedefs

typedef as_value(* gnash::as_c_function_ptr )(const fn_call &fn)
 

Functions

bool gnash::readOnly (const Property &prop)
 is this a read-only member ? More...
 
bool gnash::visible (const Property &prop, int version)
 Is this member supposed to be visible by a VM of given version ? More...