#include "libtorrent/file.hpp"#include "libtorrent/utf8.hpp"#include <sstream>#include <windows.h>Go to the source code of this file.
Namespaces | |
| namespace | libtorrent |
Classes | |
| struct | libtorrent::file::impl |
Functions | |
| std::string | utf8_native (std::string const &s) |
| void | throw_exception (const char *thrower) |
| void @267::throw_exception | ( | const char * | thrower | ) | [static] |
Definition at line 58 of file file_win.cpp.
References asio::buffer(), GetLastError(), LPSTR, LPWSTR, simple_client::s, and libtorrent::wchar_utf8().
Referenced by asio::add_service(), asio::detail::null_thread::null_thread(), libtorrent::file::impl::open(), libtorrent::file::impl::read(), asio::ip::basic_endpoint< InternetProtocol >::resize(), libtorrent::file::impl::seek(), asio::detail::socket_select_interrupter::socket_select_interrupter(), libtorrent::file::impl::tell(), asio::detail::throw_error(), asio::ip::address::to_v4(), asio::ip::address::to_v6(), and libtorrent::file::impl::write().
| std::string @267::utf8_native | ( | std::string const & | s | ) | [static] |
| HLOCAL m_memory |
Definition at line 34 of file file_win.cpp.
1.5.6