19 #ifndef GNASH_AS_NAME_H
20 #define GNASH_AS_NAME_H
90 bool isRtns() {
return _flags & FLAG_RTNS; }
92 bool isQName() {
return _flags & FLAG_QNAME; }
115 return _namespaceSet;
129 boost::uint8_t _flags;
131 std::vector<Namespace*>* _namespaceSet;
137 Namespace* _namespace;