xoreos  0.0.5
Classes | Namespaces | Typedefs
object.h File Reference

Abstract object which is inherited by every other class. More...

#include <map>
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include "src/common/ustring.h"
#include "src/aurora/actionscript/variable.h"
#include "src/aurora/actionscript/avm.h"
Include dependency graph for object.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Aurora::ActionScript::Object
 

Namespaces

 Aurora
 
 Aurora::ActionScript
 

Typedefs

typedef boost::shared_ptr< Object > Aurora::ActionScript::ObjectPtr
 

Detailed Description

Abstract object which is inherited by every other class.

Definition in file object.h.