Thrill  0.1
create_file.cpp File Reference
#include <foxxll/io/create_file.hpp>
#include <ostream>
#include <stdexcept>
#include <string>
#include <foxxll/common/error_handling.hpp>
#include <foxxll/common/exceptions.hpp>
#include <foxxll/io.hpp>
#include <foxxll/mng/config.hpp>
+ Include dependency graph for create_file.cpp:

Go to the source code of this file.

Namespaces

 foxxll
 FOXXLL library namespace
 

Functions

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...