#include <string>
#include <foxxll/io/file.hpp>
Go to the source code of this file.
|
| foxxll |
| FOXXLL library namespace
|
|
|
file_ptr | create_file (const std::string &io_impl, const std::string &filename, int options, int physical_device_id=file::DEFAULT_QUEUE, int disk_allocator_id=file::NO_ALLOCATOR) |
| create fileio object from io_impl string and a few parameters More...
|
|
file_ptr | create_file (disk_config &config, int mode, int disk_allocator_id=file::NO_ALLOCATOR) |
| create fileio object from disk_config parameter More...
|
|