Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::detail::path_wrapper Class Reference

#include <filesystem.hpp>

Public Member Functions

 path_wrapper (path p)
 
const pathoperator-> () const
 

Detailed Description

Definition at line 97 of file filesystem.hpp.

Constructor & Destructor Documentation

◆ path_wrapper()

fc::detail::path_wrapper::path_wrapper ( path p)
inline

Definition at line 100 of file filesystem.hpp.

100 :
101 _path(p)
102 {
103 }
const mie::Vuint & p
Definition bn.cpp:27

Member Function Documentation

◆ operator->()

const path * fc::detail::path_wrapper::operator-> ( ) const
inline

Definition at line 104 of file filesystem.hpp.

105 {
106 return &_path;
107 }

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