#include <operations.hpp>
boost::filesystem::filesystem_error::filesystem_error |
( |
const std::string & |
what_arg, |
|
|
system::error_code |
ec |
|
) |
| |
|
inline |
boost::filesystem::filesystem_error::filesystem_error |
( |
const std::string & |
what_arg, |
|
|
const path & |
path1_arg, |
|
|
system::error_code |
ec |
|
) |
| |
|
inline |
boost::filesystem::filesystem_error::filesystem_error |
( |
const std::string & |
what_arg, |
|
|
const path & |
path1_arg, |
|
|
const path & |
path2_arg, |
|
|
system::error_code |
ec |
|
) |
| |
|
inline |
boost::filesystem::filesystem_error::~filesystem_error |
( |
| ) |
|
|
inline |
const error_code& boost::system::system_error::code |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlineinherited |
const path& boost::filesystem::filesystem_error::path1 |
( |
| ) |
const |
|
inline |
const path& boost::filesystem::filesystem_error::path2 |
( |
| ) |
const |
|
inline |
const char* boost::filesystem::filesystem_error::what |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: