Spinning Topp Logo BlackTopp Studios
inc
Public Member Functions | Public Attributes | List of all members
Mezzanine::Resource::AssetID Class Reference

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.
 

Detailed Description

This is a simple class storing the name and group identification of an Asset/Stream.

Definition at line 53 of file assetid.h.

Member Function Documentation

Boole Mezzanine::Resource::AssetID::operator!= ( const AssetID Other)
inline

Inequality operator.

Parameters
OtherThe other AssetID to compare with.
Returns
Returns true if this Asset is not the same as another asset, false otherwise..

Definition at line 108 of file assetid.h.

Boole Mezzanine::Resource::AssetID::operator< ( const AssetID Other)
inline

Less-than operator.

Parameters
OtherThe other AssetID to compare with.
Returns
Returns true if this Asset should be order before the other Asset, false otherwise.

Definition at line 78 of file assetid.h.

Boole Mezzanine::Resource::AssetID::operator== ( const AssetID Other)
inline

Equality operator.

Parameters
OtherThe other AssetID to compare with.
Returns
Returns true if this Asset is the same as another asset, false otherwise.

Definition at line 101 of file assetid.h.

Boole Mezzanine::Resource::AssetID::operator> ( const AssetID Other)
inline

Greater-than operator.

Parameters
OtherThe other AssetID to compare with.
Returns
Returns true if this Asset should be order after the other Asset, false otherwise.

Definition at line 89 of file assetid.h.


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