Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::filesystem::filesystem_error Class Reference

#include <operations.hpp>

Inheritance diagram for boost::filesystem::filesystem_error:
Collaboration diagram for boost::filesystem::filesystem_error:

Public Member Functions

 filesystem_error (const std::string &what_arg, system::error_code ec) BOOST_NOEXCEPT
 
 filesystem_error (const std::string &what_arg, const path &path1_arg, system::error_code ec) BOOST_NOEXCEPT
 
 filesystem_error (const std::string &what_arg, const path &path1_arg, const path &path2_arg, system::error_code ec) BOOST_NOEXCEPT
 
 ~filesystem_error () BOOST_NOEXCEPT_OR_NOTHROW
 
const pathpath1 () const BOOST_NOEXCEPT
 
const pathpath2 () const BOOST_NOEXCEPT
 
const char * what () const BOOST_NOEXCEPT_OR_NOTHROW
 
const error_code & code () const throw ()
 

Constructor & Destructor Documentation

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

Member Function Documentation

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: