Gnash  0.8.10
gnash::PropertyList Member List
This is the complete list of members for gnash::PropertyList, including all inherited members.
addDestructiveGetter(const ObjectURI &uri, as_function &getter, const PropFlags &flagsIfMissing=0)gnash::PropertyList
addDestructiveGetter(const ObjectURI &uri, as_c_function_ptr getter, const PropFlags &flagsIfMissing=0)gnash::PropertyList
addGetterSetter(const ObjectURI &uri, as_function &getter, as_function *setter, const as_value &cacheVal, const PropFlags &flagsIfMissing=0)gnash::PropertyList
addGetterSetter(const ObjectURI &uri, as_c_function_ptr getter, as_c_function_ptr setter, const PropFlags &flagsIfMissing)gnash::PropertyList
CaseIndex typedefgnash::PropertyList
clear()gnash::PropertyList
const_iterator typedefgnash::PropertyList
container typedefgnash::PropertyList
delProperty(const ObjectURI &uri)gnash::PropertyList
dump()gnash::PropertyList
getProperty(const ObjectURI &uri) const gnash::PropertyList
iterator typedefgnash::PropertyList
NoCaseIndex typedefgnash::PropertyList
PropertyList(as_object &obj)gnash::PropertyList
PropertyTracker typedefgnash::PropertyList
SequencedIndex typedefgnash::PropertyList
setFlags(const ObjectURI &uri, int setTrue, int setFalse)gnash::PropertyList
setFlagsAll(int setTrue, int setFalse)gnash::PropertyList
setReachable() const gnash::PropertyList [inline]
setValue(const ObjectURI &uri, const as_value &value, const PropFlags &flagsIfMissing=0)gnash::PropertyList
size() const gnash::PropertyList [inline]
value_type typedefgnash::PropertyList
visitKeys(KeyVisitor &v, PropertyTracker &donelist) const gnash::PropertyList
visitValues(V &visitor, U cmp=U()) const gnash::PropertyList [inline]