#include <map>
#include <vector>
#include "Common.h"
#include "Reference.h"
Include dependency graph for Structure.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Arxx |
Classes | |
class | Arxx::Structure |
The structure of a ARX archive is saved inside these objects. More... | |
class | Arxx::Structure::Relation |
The object that holds references to other items. More... | |
class | Arxx::Structure::Relation::iterator |
An iterator class defining basic operations to iterate the Reference objects in a Relation. More... | |
class | Arxx::Structure::Relation::const_iterator |
An iterator class defining basic operations to iterate the Reference objects in a Relation. More... | |
class | Arxx::Structure::iterator |
An iterator class defining basic operations to iterate the Relation objects in a Structure. More... | |
class | Arxx::Structure::const_iterator |
An iterator class defining basic operations to iterate the Relation objects in a Structure. More... | |
Functions | |
Arxx::Buffer & | Arxx::operator<< (Arxx::Buffer &Buffer, const Arxx::Structure &Structure) |
Convenience function that streams the structural information into a Arxx::Buffer. |