Documentation
Urho3D::ResourceRefList Struct Reference
List of typed resource references. More...
#include <Variant.h>
Collaboration diagram for Urho3D::ResourceRefList:
Public Member Functions | |
ResourceRefList () | |
Construct. | |
ResourceRefList (StringHash type) | |
Construct with type only. | |
ResourceRefList (StringHash type, const Vector< String > &names) | |
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 | |
StringHash | type_ |
Object type. | |
Vector< String > | names_ |
List of object names. | |
Detailed Description
List of typed resource references.
The documentation for this struct was generated from the following file:
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/Core/Variant.h