Radium Engine  1.5.0
Ra::Core::Asset::AssetData Class Reference

#include <Core/Asset/AssetData.hpp>

+ Inheritance diagram for Ra::Core::Asset::AssetData:
+ Collaboration diagram for Ra::Core::Asset::AssetData:

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
 

Detailed Description

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.


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