Gnash  0.8.10
Public Member Functions
gnash::GetterSetter::NativeGetterSetter Class Reference

Native GetterSetter. More...

List of all members.

Public Member Functions

 NativeGetterSetter (as_c_function_ptr get, as_c_function_ptr set)
as_value get (const fn_call &fn) const
 Invoke the getter.
void set (const fn_call &fn)
 Invoke the setter.
void markReachableResources () const
 Nothing to do for native setters.

Detailed Description

Native GetterSetter.


Constructor & Destructor Documentation

gnash::GetterSetter::NativeGetterSetter::NativeGetterSetter ( as_c_function_ptr  get,
as_c_function_ptr  set 
) [inline]

Member Function Documentation

as_value gnash::GetterSetter::NativeGetterSetter::get ( const fn_call fn) const [inline]

Invoke the getter.

void gnash::GetterSetter::NativeGetterSetter::markReachableResources ( ) const [inline]

Nothing to do for native setters.

void gnash::GetterSetter::NativeGetterSetter::set ( const fn_call fn) [inline]

Invoke the setter.


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