#include <resolvedPath.h>
Represents a resolved asset path.
Definition at line 22 of file resolvedPath.h.
ArResolvedPath::ArResolvedPath |
( |
const std::string & |
resolvedPath | ) |
|
|
inlineexplicit |
ArResolvedPath::ArResolvedPath |
( |
std::string && |
resolvedPath | ) |
|
|
inlineexplicit |
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.
ArResolvedPath::ArResolvedPath |
( |
| ) |
|
|
default |
bool ArResolvedPath::empty |
( |
void |
| ) |
const |
|
inline |
Equivalent to IsEmpty. This exists primarily for backwards compatibility.
Definition at line 94 of file resolvedPath.h.
size_t ArResolvedPath::GetHash |
( |
| ) |
const |
|
inline |
Return hash value for this object.
Definition at line 82 of file resolvedPath.h.
const std::string& ArResolvedPath::GetPathString |
( |
| ) |
const |
|
inline |
Return the resolved path held by this object as a string.
Definition at line 100 of file resolvedPath.h.
bool ArResolvedPath::IsEmpty |
( |
| ) |
const |
|
inline |
Return true if this object is holding an empty resolved path, false otherwise.
Definition at line 90 of file resolvedPath.h.
ArResolvedPath::operator bool |
( |
| ) |
const |
|
inlineexplicit |
Return true if this object is holding a non-empty resolved path, false otherwise.
Definition at line 86 of file resolvedPath.h.
ArResolvedPath::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.
bool ArResolvedPath::operator< |
( |
const std::string & |
rhs | ) |
const |
|
inline |
bool ArResolvedPath::operator<= |
( |
const std::string & |
rhs | ) |
const |
|
inline |
bool ArResolvedPath::operator== |
( |
const std::string & |
rhs | ) |
const |
|
inline |
bool ArResolvedPath::operator> |
( |
const std::string & |
rhs | ) |
const |
|
inline |
bool ArResolvedPath::operator>= |
( |
const std::string & |
rhs | ) |
const |
|
inline |
The documentation for this class was generated from the following file: