omega_h
Reliable mesh adaptation
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Omega_h::filesystem::path Class Reference

Public Types

using value_type = char
 
using string_type = std::basic_string< value_type >
 

Public Member Functions

 path (value_type const *source)
 
 path (string_type const &source)
 
value_type const * c_str () const noexcept
 
const string_type & native () const noexcept
 
std::string string () const
 
path filename () const
 
path extension () const
 
path stem () const
 
path parent_path () const
 
pathoperator/= (path const &)
 
pathoperator/= (std::string const &)
 
pathoperator/= (char const *)
 
pathoperator+= (path const &)
 
pathoperator+= (std::string const &)
 
pathoperator+= (char const *)
 
pathoperator+= (char)
 

Public Attributes

string_type impl
 

Static Public Attributes

static constexpr value_type preferred_separator = '/'
 

The documentation for this class was generated from the following files: