|
Silicium
|
#include <relative_path.hpp>
Public Types | |
| typedef native_path_char | char_type |
Public Member Functions | |
| relative_path () BOOST_NOEXCEPT | |
| relative_path (noexcept_string const &value) | |
| relative_path (boost::filesystem::path const &value) | |
| relative_path (char_type const *c_str) | |
| template<std::size_t N> | |
| relative_path (char_type const (&c_str_literal)[N]) | |
| template<class Iterator > | |
| relative_path (Iterator begin, Iterator end) | |
| relative_path (relative_path &&other) BOOST_NOEXCEPT | |
| relative_path (relative_path const &other) | |
| relative_path & | operator= (relative_path &&other) BOOST_NOEXCEPT |
| relative_path & | operator= (relative_path const &other) |
| void | swap (relative_path &other) BOOST_NOEXCEPT |
| SILICIUM_USE_RESULT boost::filesystem::path | to_boost_path () const |
| SILICIUM_USE_RESULT noexcept_string const & | underlying () const BOOST_NOEXCEPT |
| SILICIUM_USE_RESULT char_type const * | c_str () const BOOST_NOEXCEPT |
| SILICIUM_USE_RESULT bool | empty () const BOOST_NOEXCEPT |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.10