Gnash
0.8.11dev
|
#include <boost/variant.hpp>
#include <cassert>
#include <functional>
#include <typeinfo>
#include "PropFlags.h"
#include "as_value.h"
#include "ObjectURI.h"
#include "dsodefs.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. | |
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... | |