Classes | Public Member Functions | Public Attributes

gnash::ObjectURI Struct Reference

A URI for describing as_objects. More...

#include <ObjectURI.h>

List of all members.

Classes

class  CaseEquals
class  CaseLessThan
class  LessThan
class  Logger

Public Member Functions

 ObjectURI ()
 Default constructor.
 ObjectURI (NSV::NamedStrings name)
 Construct an ObjectURI from name.
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

Detailed Description

A URI for describing as_objects.

This is used as a unique identifier for any object member, especially prototypes, class, constructors.


Constructor & Destructor Documentation

gnash::ObjectURI::ObjectURI (  )  [inline]

Default constructor.

This must be equivalent to an empty string.

gnash::ObjectURI::ObjectURI ( NSV::NamedStrings  name  )  [inline]

Construct an ObjectURI from name.


Member Function Documentation

bool gnash::ObjectURI::empty (  )  const [inline]

References name.

Referenced by gnash::MovieClip::MovieClip().

string_table::key gnash::ObjectURI::noCase ( string_table st  )  const [inline]
const std::string& gnash::ObjectURI::toString ( string_table st  )  const [inline]

Member Data Documentation


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