#include <map>
#include <vector>
#include <sstream>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <boost/algorithm/string/erase.hpp>
#include <algorithm>
#include "ExternalInterface.h"
#include "ExternalInterface_as.h"
#include "NativeFunction.h"
#include "StringPredicates.h"
#include "as_object.h"
#include "fn_call.h"
#include "Global_as.h"
#include "smart_ptr.h"
#include "builtin_function.h"
#include "GnashException.h"
#include "URLAccessManager.h"
#include "VM.h"
#include "rc.h"
#include "as_value.h"
#include "XML_as.h"
#include "Array_as.h"
#include "namedStrings.h"
#include "Globals.h"
#include "PropertyList.h"
#include "movie_root.h"
#include "log.h"
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
void | gnash::registerExternalInterfaceNative (as_object &global) |
void | gnash::externalinterface_class_init (gnash::as_object &where, const gnash::ObjectURI &uri) |
Initialize the global ExternalInterface class. |