Gnash  0.8.10
Public Member Functions
gnash::PropertyVisitor Class Reference

An abstract property visitor. More...

#include <PropertyList.h>

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

List of all members.

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.
virtual ~PropertyVisitor ()

Detailed Description

An abstract property visitor.


Constructor & Destructor Documentation

virtual gnash::PropertyVisitor::~PropertyVisitor ( ) [inline, virtual]

Member Function Documentation

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: