Urho3D::ResourceRef Struct Reference

Typed resource reference. More...

#include <Variant.h>

Collaboration diagram for Urho3D::ResourceRef:
[legend]

Public Member Functions

 ResourceRef ()
 Construct.
 
 ResourceRef (StringHash type)
 Construct with type only and empty id.
 
 ResourceRef (StringHash type, const String &name)
 Construct with type and resource name.
 
 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

StringHash type_
 Object type.
 
String name_
 Object name.
 

Detailed Description

Typed resource reference.


The documentation for this struct was generated from the following file:
  • /home/travis/build/urho3d/Urho3D/Source/Urho3D/Core/Variant.h