This is a simple class storing the name and group identification of an Asset/Stream. More...
#include <assetid.h>
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.