#include <FileRequest.h>
Public Member Functions | |
| RequestPathStoreData (RequestPath path) | |
Public Attributes | |
| RequestPath | m_path |
Static Public Attributes | |
| static constexpr IStreamerTypes::Priority | s_orderPriority = IStreamerTypes::s_priorityMedium |
| static constexpr bool | s_failWhenUnhandled = true |
Stores an instance of a RequestPath. To reduce copying instances of a RequestPath functions that need a path take them by reference to the original request. In some cases a path originates from within in the stack and temporary storage is needed. This struct allows for that temporary storage so it can be safely referenced later.