Radium Engine
1.5.20
|
#include <Core/Asset/AssetData.hpp>
Public Member Functions | |
AssetData (const std::string &name) | |
Construct an asset data given its name. | |
AssetData (const AssetData &other)=default | |
Copy constructor. Default here. | |
virtual | ~AssetData () |
Simple delete operator. | |
virtual const std::string & | getName () const |
Acces to the name of the asset. | |
Protected Attributes | |
std::string | m_name |
General interface of an asset data.
Every asset data must have a name and must be copy constructible.
Definition at line 16 of file AssetData.hpp.
|
inlineexplicit |
Construct an asset data given its name.
Definition at line 20 of file AssetData.hpp.
|
inlinevirtual |
Simple delete operator.
Definition at line 26 of file AssetData.hpp.
|
inlinevirtual |
Acces to the name of the asset.
Definition at line 29 of file AssetData.hpp.
|
protected |
Definition at line 32 of file AssetData.hpp.