Rebel Fork Framework
|
List of typed resource references. More...
#include <Urho3D/Core/Variant.h>
Public Member Functions | |
ResourceRefList ()=default | |
Construct. | |
ResourceRefList (StringHash type) | |
Construct with type only. | |
ResourceRefList (StringHash type, const StringVector &names) | |
Construct with type and id list. | |
unsigned | ToHash () const |
Return hash value for HashSet & HashMap. | |
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. | |
ea::string | ToString (const Context *context) const |
Convert resource reference list to string. | |
Public Attributes | |
StringHash | type_ |
Object type. | |
StringVector | names_ |
List of object names. | |
List of typed resource references.