NAME
A namespace of omni::io
MEMBERS
omni::io::wfile
A namespace of omni::io
#include <omni/io.hpp>namespace omni::io::wfileMEMBERS
bool omni::io::wfile::copy(const std::wstring& file, const std::wstring& new_name, const omni::io::options& io_ops)
bool omni::io::wfile::create(const std::wstring& file, const omni::io::options& io_ops)
bool omni::io::wfile::exist(const std::wstring& file)
bool omni::io::wfile::exists(const std::wstring& file)
std::wstring omni::io::wfile::get_contents(const std::wstring& file)
uint64_t omni::io::wfile::get_size(const std::wstring& file)
bool omni::io::wfile::move(const std::wstring& file, const std::wstring& new_name, const omni::io::options& io_ops)
uint64_t omni::io::wfile::read(const std::wstring& file, std::wstring& buffer)
template < template < class, class > class std_seq_t, class T, class std_allocator_t > uint64_t omni::io::wfile::read_element(const std::wstring& file, std_seq_t<T, std_allocator_t >& buffer)
bool omni::io::wfile::remove(const std::wstring& file)
bool omni::io::wfile::rename(const std::wstring& file, const std::wstring& new_name, const omni::io::options& io_ops)
bool omni::io::wfile::set_size(const std::wstring& file, uint64_t size)
uint64_t omni::io::wfile::unsafe_read(const std::wstring& file, char* buffer, uint64_t length)
template < typename T > uint64_t omni::io::wfile::unsafe_read_element(const std::wstring& file, T* buffer, uint64_t elements)
uint64_t omni::io::wfile::unsafe_write(const std::wstring& file, const char* buffer, uint64_t length, bool append)
template < typename T > uint64_t omni::io::wfile::unsafe_write_element(const std::wstring& file, const T* buffer, uint64_t elements, bool append)
uint64_t omni::io::wfile::unsafe_write_line(const std::wstring& file, const char* buffer, uint64_t length, bool append)
uint64_t omni::io::wfile::write(const std::wstring& file, const std::wstring& buffer, bool append)
template < template < class, class > class std_seq_t, class T, class std_allocator_t > uint64_t omni::io::wfile::write_element(const std::wstring& file, const std_seq_t<T, std_allocator_t >& buffer)
uint64_t omni::io::wfile::write_line(const std::wstring& file, const std::wstring& buffer, bool append)