This is a simple class storing the name and group identification of an Asset/Stream. More...
#include <assetid.h>
Collaboration diagram for Mezzanine::Resource::AssetID:Public Member Functions | |
| AssetID () | |
| Class constructor. | |
| ~AssetID () | |
| Class destructor. | |
| Boole | operator!= (const AssetID &Other) |
| Inequality operator. More... | |
| Boole | operator< (const AssetID &Other) |
| Less-than operator. More... | |
| Boole | operator== (const AssetID &Other) |
| Equality operator. More... | |
| Boole | operator> (const AssetID &Other) |
| Greater-than operator. More... | |
Public Attributes | |
| String | AssetName |
| A string containing the name of this Asset. | |
| String | GroupName |
| A string containing the name of the group this Asset belongs to. | |
This is a simple class storing the name and group identification of an Asset/Stream.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.