#include <storage.hpp>
Public Member Functions | |
| file_allocation_failed (const char *error_msg) | |
| virtual const char * | what () const throw () |
| virtual | ~file_allocation_failed () throw () |
Public Attributes | |
| std::string | m_msg |
Definition at line 82 of file storage.hpp.
| libtorrent::file_allocation_failed::file_allocation_failed | ( | const char * | error_msg | ) | [inline] |
Definition at line 84 of file storage.hpp.
| virtual libtorrent::file_allocation_failed::~file_allocation_failed | ( | ) | throw () [inline, virtual] |
Definition at line 86 of file storage.hpp.
| virtual const char* libtorrent::file_allocation_failed::what | ( | ) | const throw () [inline, virtual] |
Definition at line 85 of file storage.hpp.
| std::string libtorrent::file_allocation_failed::m_msg |
Definition at line 87 of file storage.hpp.
1.5.6