Murl::Resource::Package Class Reference
The abstract base class for a resource package. More...
#include "murl_resource_package.h"
Inheritance diagram for Murl::Resource::Package:
Additional Inherited Members | |
Public Types inherited from Murl::Resource::IPackage | |
| enum | Flags { FLAG_HAS_CHECKSUM } |
| Package flags. More... | |
Public Types inherited from Murl::IFactoryObject< IPackage > | |
| using | ClassInfoArray = Array< const ClassInfo * > |
| Definition of an array of ClassInfo objects. | |
Public Member Functions inherited from Murl::Resource::IPackage | |
| virtual IEnums::PackageType | GetPackageType () const =0 |
| Get the package's actual type. More... | |
| virtual IEnums::FileType | GetFileType () const =0 |
| Get the type of file this resource package was constructed from. More... | |
Public Member Functions inherited from Murl::IFactoryObject< IPackage > | |
| ~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. | |
Static Public Member Functions inherited from Murl::IFactoryObject< IPackage > | |
| static const PropertyInfo * | GetPropertyInfo () |
| Get the class' property info struct. More... | |
| static const AttributeInfo * | GetAttributeInfo () |
| Get the class' attribute info struct. More... | |
| static void | ResetProperties (IFactoryObject< IPackage > *object) |
| Reset an object instance's properties to their default values. More... | |
Detailed Description
The abstract base class for a resource package.
The documentation for this class was generated from the following file:
- murl_resource_package.h
Public Types inherited from