Urho3D
Public Member Functions | Public Attributes
Urho3D::ResourceRefList Struct Reference

List of typed resource references. More...

#include <Variant.h>

List of all members.

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< StringHashids_
 List of object identifiers, for example name hashes.

Detailed Description

List of typed resource references.


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