xoreos  0.0.5
Public Member Functions | Public Attributes | List of all members
Aurora::ResourceManager::OpenedArchive Struct Reference
Collaboration diagram for Aurora::ResourceManager::OpenedArchive:
Collaboration graph
[legend]

Public Member Functions

 OpenedArchive ()
 
void set (KnownArchive &kA, Archive &a)
 

Public Attributes

Archivearchive
 The actual archive. More...
 
KnownArchiveknown
 The information we know about this archive. More...
 
OpenedArchiveparent
 Is this archive is found in another archive, this is the "parent" archive. More...
 
std::list< OpenedArchive * > children
 If this archive contains other archives, these are the opened "children" archives. More...
 

Detailed Description

Definition at line 364 of file resman.h.

Constructor & Destructor Documentation

◆ OpenedArchive()

Aurora::ResourceManager::OpenedArchive::OpenedArchive ( )

Definition at line 71 of file resman.cpp.

Member Function Documentation

◆ set()

void Aurora::ResourceManager::OpenedArchive::set ( KnownArchive kA,
Archive a 
)

Definition at line 74 of file resman.cpp.

References Aurora::ResourceManager::kSourceArchive.

Member Data Documentation

◆ archive

Archive* Aurora::ResourceManager::OpenedArchive::archive

The actual archive.

Definition at line 366 of file resman.h.

Referenced by Aurora::ResourceManager::getArchiveResource(), and Aurora::ResourceManager::getResourceSize().

◆ children

std::list<OpenedArchive *> Aurora::ResourceManager::OpenedArchive::children

If this archive contains other archives, these are the opened "children" archives.

Definition at line 374 of file resman.h.

◆ known

KnownArchive* Aurora::ResourceManager::OpenedArchive::known

The information we know about this archive.

Definition at line 369 of file resman.h.

◆ parent

OpenedArchive* Aurora::ResourceManager::OpenedArchive::parent

Is this archive is found in another archive, this is the "parent" archive.

Definition at line 372 of file resman.h.


The documentation for this struct was generated from the following files: