#include "string_table.h"
#include <string>
#include <ostream>
Go to the source code of this file.
Classes | |
struct | gnash::ObjectURI |
A URI for describing as_objects. More... | |
class | gnash::ObjectURI::Logger |
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
bool | gnash::operator== (const ObjectURI &a, const ObjectURI &b) |
ObjectURIs are equal if name is equal. | |
bool | gnash::operator< (const ObjectURI &a, const ObjectURI &b) |
Comparator for ObjectURI so it can serve as a key in stdlib containers. | |
string_table::key | gnash::getName (const ObjectURI &o) |
Get the name element of an ObjectURI. |