#include <GlobalLocations.h>
|
| ~GlobalLocations () override |
|
ErrorCode | DoMount () override |
|
void | DoUnmount () override |
|
ErrorCode | DoCreateStream (const char *a_path, BSTSmartPointer< Stream > &a_stream, Location *&a_location, bool a_readOnly) override |
|
ErrorCode | DoCreateAsyncStream (const char *a_path, BSTSmartPointer< AsyncStream > &a_out, Location *&a_location, bool a_readOnly) override |
|
ErrorCode | DoTraversePrefix (const char *a_path, LocationTraverser &a_traverser) override |
|
ErrorCode | DoGetInfo1 (const char *a_path, Info &a_info, Location *&a_location) override |
|
ErrorCode | DoGetInfo2 (const char *a_path, Info &a_info, LocationTraverser *a_traverser) override |
|
ErrorCode | DoDelete (const char *a_path) override |
|
| Location () |
|
virtual | ~Location () |
|
virtual ErrorCode | DoMount () |
|
virtual void | DoUnmount () |
|
virtual ErrorCode | DoCreateStream (const char *a_path, BSTSmartPointer< Stream > &a_stream, Location *&a_location, bool a_readOnly)=0 |
|
virtual ErrorCode | DoCreateAsyncStream (const char *a_path, BSTSmartPointer< AsyncStream > &a_out, Location *&a_location, bool a_readOnly) |
|
virtual ErrorCode | DoTraversePrefix (const char *a_path, LocationTraverser &a_traverser)=0 |
|
virtual ErrorCode | DoGetInfo1 (const char *a_path, Info &a_info, Location *&a_location) |
|
virtual ErrorCode | DoGetInfo2 (const char *a_path, Info &a_info, LocationTraverser *a_traverser) |
|
virtual ErrorCode | DoDelete (const char *a_path) |
|
virtual const char * | DoGetName () const |
|
virtual std::uint32_t | DoQBufferHint () const |
|
virtual std::uint32_t | DoGetMinimumAsyncPacketSize () const |
|
| TES_HEAP_REDEFINE_NEW () |
|
ErrorCode | DoGetInfo (const char *a_path, Info &a_info, Location *&a_location) |
|
ErrorCode | DoGetInfo (const char *a_path, Info &a_info, LocationTraverser *a_traverser) |
|
|
using | Type = typename Traits::Type |
|
using | Allocator = typename Traits::Allocator |
|
◆ ~GlobalLocations()
RE::BSResource::GlobalLocations::~GlobalLocations |
( |
| ) |
|
|
override |
◆ DoCreateAsyncStream()
◆ DoCreateStream()
◆ DoDelete()
ErrorCode RE::BSResource::GlobalLocations::DoDelete |
( |
const char * |
a_path | ) |
|
|
overridevirtual |
◆ DoGetInfo1()
ErrorCode RE::BSResource::GlobalLocations::DoGetInfo1 |
( |
const char * |
a_path, |
|
|
Info & |
a_info, |
|
|
Location *& |
a_location |
|
) |
| |
|
overridevirtual |
◆ DoGetInfo2()
◆ DoMount()
ErrorCode RE::BSResource::GlobalLocations::DoMount |
( |
| ) |
|
|
overridevirtual |
◆ DoTraversePrefix()
◆ DoUnmount()
void RE::BSResource::GlobalLocations::DoUnmount |
( |
| ) |
|
|
overridevirtual |
◆ free
Entry* RE::BSResource::GlobalLocations::free |
◆ head
Entry* RE::BSResource::GlobalLocations::head |
◆ lock
◆ pad11
std::uint8_t RE::BSResource::GlobalLocations::pad11 |
◆ pad12
std::uint16_t RE::BSResource::GlobalLocations::pad12 |
◆ pad1C
std::uint32_t RE::BSResource::GlobalLocations::pad1C |
◆ pendingMount
Entry* RE::BSResource::GlobalLocations::pendingMount |
◆ RTTI
The documentation for this class was generated from the following file: