#include <filesystem_helper.h>
Definition at line 73 of file filesystem_helper.h.
Returns false when the object could not be mirrored (too big) or did not need mirroring.
Definition at line 80 of file filesystem_helper.h.
82 if (!ptr->init(p_src,p_abort))
return false;
Template implementing reference-counting features of service_base. Intended for dynamic instantiation...
Autopointer class to be used with all services. Manages reference counter calls behind-the-scenes.
const void* reader_membuffer_mirror::get_buffer |
( |
| ) |
|
|
inlineprivatevirtual |
t_size reader_membuffer_mirror::get_buffer_size |
( |
| ) |
|
|
inlineprivatevirtual |
t_filetimestamp reader_membuffer_mirror::get_timestamp |
( |
abort_callback & |
p_abort | ) |
|
|
inlinevirtual |
Definition at line 94 of file filesystem_helper.h.
95 if (p_src->is_in_memory())
return false;
99 t_size size = pfc::downcast_guarded<t_size>(p_src->get_size(p_abort));
103 p_src->reopen(p_abort);
const t_item * get_ptr() const
pfc::string8 m_contentType
void set_size(t_size p_size)
t_filetimestamp m_timestamp
pfc::array_t< char > m_buffer
bool reader_membuffer_mirror::is_remote |
( |
| ) |
|
|
inline |
bool reader_membuffer_mirror::m_remote |
|
private |
t_filetimestamp reader_membuffer_mirror::m_timestamp |
|
private |
The documentation for this class was generated from the following file: