Urho3D
|
Typed resource reference. More...
#include <Variant.h>
Public Member Functions | |
ResourceRef () | |
Construct. | |
ResourceRef (ShortStringHash type) | |
Construct with type only and empty id. | |
ResourceRef (ShortStringHash type, StringHash id) | |
Construct with type and id. | |
ResourceRef (const ResourceRef &rhs) | |
bool | operator== (const ResourceRef &rhs) const |
Test for equality with another reference. | |
bool | operator!= (const ResourceRef &rhs) const |
Test for inequality with another reference. |
Public Attributes | |
ShortStringHash | type_ |
Object type. | |
StringHash | id_ |
Object identifier, for example name hash. |
Typed resource reference.