Urho3D
|
List of typed resource references. More...
#include <Variant.h>
Public Member Functions | |
ResourceRefList () | |
Construct. | |
ResourceRefList (ShortStringHash type) | |
Construct with type only. | |
ResourceRefList (ShortStringHash type, const Vector< StringHash > &ids) | |
Construct with type and id list. | |
bool | operator== (const ResourceRefList &rhs) const |
Test for equality with another reference list. | |
bool | operator!= (const ResourceRefList &rhs) const |
Test for inequality with another reference list. |
Public Attributes | |
ShortStringHash | type_ |
Object type. | |
Vector< StringHash > | ids_ |
List of object identifiers, for example name hashes. |
List of typed resource references.