#include "smart_ptr.h"
#include "as_environment.h"
#include "MovieClip.h"
#include "movie_root.h"
#include "as_value.h"
#include "VM.h"
#include "log.h"
#include "Property.h"
#include "as_object.h"
#include "namedStrings.h"
#include "CallStack.h"
#include "Global_as.h"
#include <string>
#include <utility>
#include <boost/algorithm/string/case_conv.hpp>
#include <boost/format.hpp>
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
bool | gnash::parsePath (const std::string &var_path_in, std::string &path, std::string &var) |
string_table & | gnash::getStringTable (const as_environment &env) |
movie_root & | gnash::getRoot (const as_environment &env) |
Global_as & | gnash::getGlobal (const as_environment &env) |
int | gnash::getSWFVersion (const as_environment &env) |