Represents a resolved asset path.
More...
#include <resolvedPath.h>
Represents a resolved asset path.
Definition at line 22 of file resolvedPath.h.
◆ ArResolvedPath() [1/2]
◆ ArResolvedPath() [2/2]
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 32 of file resolvedPath.h.
◆ empty()
Equivalent to IsEmpty.
This exists primarily for backwards compatibility.
Definition at line 94 of file resolvedPath.h.
◆ GetHash()
Return hash value for this object.
Definition at line 82 of file resolvedPath.h.
◆ GetPathString()
const std::string & GetPathString |
( |
| ) |
const |
|
inline |
Return the resolved path held by this object as a string.
Definition at line 100 of file resolvedPath.h.
◆ IsEmpty()
Return true if this object is holding an empty resolved path, false otherwise.
Definition at line 90 of file resolvedPath.h.
◆ operator bool()
Return true if this object is holding a non-empty resolved path, false otherwise.
Definition at line 86 of file resolvedPath.h.
◆ operator const std::string &()
operator const std::string & |
( |
| ) |
const |
|
inline |
Return the resolved path held by this object as a string.
Definition at line 97 of file resolvedPath.h.
◆ operator!=() [1/2]
◆ operator!=() [2/2]
bool operator!= |
( |
const std::string & |
rhs | ) |
const |
|
inline |
◆ operator<() [1/2]
◆ operator<() [2/2]
bool operator< |
( |
const std::string & |
rhs | ) |
const |
|
inline |
◆ operator<=() [1/2]
◆ operator<=() [2/2]
bool operator<= |
( |
const std::string & |
rhs | ) |
const |
|
inline |
◆ operator==() [1/2]
◆ operator==() [2/2]
bool operator== |
( |
const std::string & |
rhs | ) |
const |
|
inline |
◆ operator>() [1/2]
◆ operator>() [2/2]
bool operator> |
( |
const std::string & |
rhs | ) |
const |
|
inline |
◆ operator>=() [1/2]
◆ operator>=() [2/2]
bool operator>= |
( |
const std::string & |
rhs | ) |
const |
|
inline |
The documentation for this class was generated from the following file: