libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
Ship::ResourceIdentifier Member List

This is the complete list of members for Ship::ResourceIdentifier, including all inherited members.

GetOwner() constShip::ResourceIdentifierinline
GetParent() constShip::ResourceIdentifierinline
GetPath() constShip::ResourceIdentifierinline
GetPathHash() constShip::ResourceIdentifierinline
GetPathOrHash() constShip::ResourceIdentifierinline
IsHash() constShip::ResourceIdentifierinline
IsPath() constShip::ResourceIdentifierinline
operator==(const ResourceIdentifier &rhs) constShip::ResourceIdentifierinline
ResourceIdentifier()=defaultShip::ResourceIdentifier
ResourceIdentifier(std::string path, const uintptr_t owner=0, const std::shared_ptr< Archive > parent=nullptr)Ship::ResourceIdentifierinline
ResourceIdentifier(uint64_t hash, const uintptr_t owner=0, const std::shared_ptr< Archive > parent=nullptr)Ship::ResourceIdentifierinline
ResourceIdentifierHashShip::ResourceIdentifierfriend
SetHash(uint64_t hash)Ship::ResourceIdentifierinline
SetOwner(uintptr_t owner)Ship::ResourceIdentifierinline
SetParent(const std::shared_ptr< Archive > &parent)Ship::ResourceIdentifierinline
SetPath(const std::string &path)Ship::ResourceIdentifierinline
SetPath(std::string &&path)Ship::ResourceIdentifierinline
SetPathOrHash(std::variant< std::string, uint64_t > pathOrHash)Ship::ResourceIdentifierinline