Gnash
0.8.11dev
|
A URI for describing as_objects. More...
#include <ObjectURI.h>
Classes | |
class | CaseEquals |
class | CaseLessThan |
class | LessThan |
class | Logger |
Public Member Functions | |
ObjectURI () | |
Default constructor. More... | |
ObjectURI (NSV::NamedStrings name) | |
Construct an ObjectURI from name. More... | |
bool | empty () const |
const std::string & | toString (string_table &st) const |
string_table::key | noCase (string_table &st) const |
Public Attributes | |
string_table::key | name |
A URI for describing as_objects.
This is used as a unique identifier for any object member, especially prototypes, class, constructors.
|
inline |
Default constructor.
This must be equivalent to an empty string.
|
inline |
Construct an ObjectURI from name.
|
inline |
References name.
Referenced by gnash::as_object::get_super(), and gnash::MovieClip::getLoadedMovie().
|
inline |
|
inline |
References name, and gnash::string_table::value().
Referenced by gnash::IsStrictArray::accept(), gnash::checkArrayLength(), gnash::getDisplayObjectProperty(), gnash::DisplayObject::getTarget(), gnash::DisplayObject::getTargetPath(), gnash::toString(), and gnash::DisplayObject::MaskRenderer::~MaskRenderer().
string_table::key gnash::ObjectURI::name |