libstdc++
fs_path.h File Reference

Go to the source code of this file.

Classes

class  std::experimental::filesystem::v1::path
 
class  std::experimental::filesystem::v1::path::iterator
 

Namespaces

 std
 

Functions

void std::experimental::filesystem::v1::swap (path &__lhs, path &__rhs) noexcept
 
size_t std::experimental::filesystem::v1::hash_value (const path &__p) noexcept
 
bool std::experimental::filesystem::v1::operator< (const path &__lhs, const path &__rhs) noexcept
 
bool std::experimental::filesystem::v1::operator<= (const path &__lhs, const path &__rhs) noexcept
 
bool std::experimental::filesystem::v1::operator> (const path &__lhs, const path &__rhs) noexcept
 
bool std::experimental::filesystem::v1::operator>= (const path &__lhs, const path &__rhs) noexcept
 
bool std::experimental::filesystem::v1::operator== (const path &__lhs, const path &__rhs) noexcept
 
bool std::experimental::filesystem::v1::operator!= (const path &__lhs, const path &__rhs) noexcept
 
path std::experimental::filesystem::v1::operator/ (const path &__lhs, const path &__rhs)
 
template<typename _CharT , typename _Traits >
basic_ostream< _CharT, _Traits > & std::experimental::filesystem::v1::operator<< (basic_ostream< _CharT, _Traits > &__os, const path &__p)
 
template<typename _CharT , typename _Traits >
basic_istream< _CharT, _Traits > & std::experimental::filesystem::v1::operator>> (basic_istream< _CharT, _Traits > &__is, path &__p)
 
template<typename _Source >
path std::experimental::filesystem::v1::u8path (const _Source &__source)
 
template<typename _InputIterator >
path std::experimental::filesystem::v1::u8path (_InputIterator __first, _InputIterator __last)
 

Detailed Description

This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <experimental/filesystem>.

Definition in file fs_path.h.

Function Documentation

◆ hash_value()

size_t std::experimental::filesystem::v1::hash_value ( const path __p)
noexcept

Compare paths.

Referenced by std::experimental::filesystem::v1::swap().

◆ operator!=()

bool std::experimental::filesystem::v1::operator!= ( const path __lhs,
const path __rhs 
)
inlinenoexcept

Compare paths.

Definition at line 507 of file fs_path.h.

◆ operator/()

path std::experimental::filesystem::v1::operator/ ( const path __lhs,
const path __rhs 
)
inline

Append one path to another.

Definition at line 511 of file fs_path.h.

◆ operator<()

bool std::experimental::filesystem::v1::operator< ( const path __lhs,
const path __rhs 
)
inlinenoexcept

Compare paths.

Definition at line 487 of file fs_path.h.

◆ operator<<()

template<typename _CharT , typename _Traits >
basic_ostream<_CharT, _Traits>& std::experimental::filesystem::v1::operator<< ( basic_ostream< _CharT, _Traits > &  __os,
const path __p 
)

Write a path to a stream.

Definition at line 517 of file fs_path.h.

◆ operator<=()

bool std::experimental::filesystem::v1::operator<= ( const path __lhs,
const path __rhs 
)
inlinenoexcept

Compare paths.

Definition at line 491 of file fs_path.h.

◆ operator==()

bool std::experimental::filesystem::v1::operator== ( const path __lhs,
const path __rhs 
)
inlinenoexcept

Compare paths.

Definition at line 503 of file fs_path.h.

◆ operator>()

bool std::experimental::filesystem::v1::operator> ( const path __lhs,
const path __rhs 
)
inlinenoexcept

Compare paths.

Definition at line 495 of file fs_path.h.

◆ operator>=()

bool std::experimental::filesystem::v1::operator>= ( const path __lhs,
const path __rhs 
)
inlinenoexcept

Compare paths.

Definition at line 499 of file fs_path.h.

◆ operator>>()

template<typename _CharT , typename _Traits >
basic_istream<_CharT, _Traits>& std::experimental::filesystem::v1::operator>> ( basic_istream< _CharT, _Traits > &  __is,
path __p 
)

Read a path from a stream.

Definition at line 529 of file fs_path.h.

◆ swap()

void std::experimental::filesystem::v1::swap ( path __lhs,
path __rhs 
)
inlinenoexcept

Compare paths.

Definition at line 482 of file fs_path.h.

References std::experimental::filesystem::v1::hash_value().

◆ u8path() [1/2]

template<typename _Source >
path std::experimental::filesystem::v1::u8path ( const _Source &  __source)
inline

Compare paths.

Definition at line 542 of file fs_path.h.

References std::experimental::filesystem::v1::u8path().

Referenced by std::experimental::filesystem::v1::u8path().

◆ u8path() [2/2]

template<typename _InputIterator >
path std::experimental::filesystem::v1::u8path ( _InputIterator  __first,
_InputIterator  __last 
)
inline

Compare paths.

Definition at line 554 of file fs_path.h.

References std::experimental::filesystem::v1::u8path().