Murl Engine API  Version 2024.1
Murl::Resource::NativeArchive Class Reference

The native archive resource class. More...

#include <murl_resource_native_archive.h>

Detailed Description

The native archive resource class.

Native archive resources are automatically generated from e.g. FileArchive resources when using the resource_packer tool.

See Resource::IArchive::Iff for native file format specific information.

Inheritance diagram for Murl::Resource::NativeArchive:
Murl::Resource::Archive Murl::Resource::Object Murl::Resource::IArchive Murl::Resource::IObject Murl::IFactoryObject< IObject >

Additional Inherited Members

- Public Types inherited from Murl::IFactoryObject< IObject >
using ClassInfoArray = Array< const ClassInfo * >
 Definition of an array of ClassInfo objects.
 
- Public Member Functions inherited from Murl::Resource::IObject
virtual Bool GetFileDependencies (Array< String > &fileNames) const =0
 Fill a given string array with names of files the resource depends on. More...
 
- Public Member Functions inherited from Murl::IFactoryObject< IObject >
 ~IFactoryObject () override
 The destructor.
 
virtual const ClassInfo * GetObjectClassInfo () const=0
 Get the object instance's class info, if present. More...
 
virtual void ResetObjectProperties ()=0
 Reset the object instance's properties to their default values.
 
- Public Member Functions inherited from Murl::Resource::IArchive
virtual IObjectGetObjectInterface ()=0
 Get the mutable Resource::IObject interface. More...
 
virtual const IObjectGetObjectInterface () const =0
 Get the constant Resource::IObject interface. More...
 
- Static Public Member Functions inherited from Murl::IFactoryObject< IObject >
static const PropertyInfoGetPropertyInfo ()
 Get the class' property info struct. More...
 
static const AttributeInfoGetAttributeInfo ()
 Get the class' attribute info struct. More...
 
static void ResetProperties (IFactoryObject< IObject > *object)
 Reset an object instance's properties to their default values. More...
 

The documentation for this class was generated from the following file: