#include <fullFileBuffer.h>
Definition at line 1 of file fullFileBuffer.h.
fullFileBuffer::fullFileBuffer |
( |
| ) |
|
|
inline |
fullFileBuffer::~fullFileBuffer |
( |
| ) |
|
|
inline |
file::ptr fullFileBuffer::open |
( |
const char * |
path, |
|
|
abort_callback & |
abort, |
|
|
file::ptr |
hint, |
|
|
t_filesize |
sizeMax = 1024*1024*256 |
|
) |
| |
|
inline |
Definition at line 9 of file fullFileBuffer.h.
13 if (hint.is_valid()) f = hint;
14 else filesystem::g_open_read( f, path, abort );
21 }
catch(std::bad_alloc) {}
Template implementing reference-counting features of service_base. Intended for dynamic instantiation...
t_uint64 t_filesize
Type used for file size related variables.
Autopointer class to be used with all services. Manages reference counter calls behind-the-scenes.
The documentation for this class was generated from the following file: