Gnash  0.8.11dev
Public Member Functions | List of all members
gnash::PropertyVisitor Class Referenceabstract

An abstract property visitor. More...

#include <PropertyList.h>

Inheritance diagram for gnash::PropertyVisitor:
gnash::IsStrictArray

Public Member Functions

virtual bool accept (const ObjectURI &uri, const as_value &val)=0
 This function should return false if no further visits are needed. More...
 
virtual ~PropertyVisitor ()
 

Detailed Description

An abstract property visitor.

Constructor & Destructor Documentation

§ ~PropertyVisitor()

virtual gnash::PropertyVisitor::~PropertyVisitor ( )
inlinevirtual

Member Function Documentation

§ accept()

virtual bool gnash::PropertyVisitor::accept ( const ObjectURI uri,
const as_value val 
)
pure virtual

This function should return false if no further visits are needed.

Implemented in gnash::IsStrictArray.


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