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

Typed resource reference. More...

#include <Variant.h>

List of all members.

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.

Detailed Description

Typed resource reference.


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