Gnash  0.8.10
Namespaces | Functions
SharedObject_as.cpp File Reference
#include "SharedObject_as.h"
#include <boost/scoped_array.hpp>
#include <boost/shared_ptr.hpp>
#include <cstdio>
#include "movie_root.h"
#include "GnashSystemNetHeaders.h"
#include "GnashFileUtilities.h"
#include "SimpleBuffer.h"
#include "as_value.h"
#include "as_object.h"
#include "log.h"
#include "fn_call.h"
#include "Global_as.h"
#include "NativeFunction.h"
#include "VM.h"
#include "Property.h"
#include "rc.h"
#include "URL.h"
#include "NetConnection_as.h"
#include "Object.h"
#include "AMFConverter.h"
#include "GnashAlgorithm.h"
#include "RunResources.h"
#include "StreamProvider.h"
#include "namedStrings.h"

Namespaces

namespace  gnash
 

Anonymous namespace for callbacks, local functions, event handlers etc.


Functions

void gnash::sharedobject_class_init (as_object &where, const ObjectURI &uri)
 Initialize the global SharedObject class.
void gnash::registerSharedObjectNative (as_object &o)

Variable Documentation

size_t _count

How many properties have been encoded.

A boolean would do just as nicely, but we may want to use the count info.

bool _error

Whether an error has been encountered.

VM& _vm

String table for looking up property names as strings.

amf::Writer _writer