Project Alice
Loading...
Searching...
No Matches
simple_fs::unopened_file Class Reference

#include <simple_fs_types_nix.hpp>

Public Member Functions

 unopened_file (native_string_view absolute_path, native_string_view file_name)
 
 unopened_file (native_string_view absolute_path, native_string_view file_name)
 

Friends

std::optional< fileopen_file (unopened_file const &f)
 
std::vector< unopened_filelist_files (directory const &dir, native_char const *extension)
 
native_string get_full_name (unopened_file const &f)
 
native_string get_file_name (unopened_file const &f)
 
std::optional< fileopen_file (unopened_file const &f)
 
std::vector< unopened_filelist_files (directory const &dir, native_char const *extension)
 
native_string get_full_name (unopened_file const &f)
 
native_string get_file_name (unopened_file const &f)
 

Detailed Description

Definition at line 53 of file simple_fs_types_nix.hpp.

Constructor & Destructor Documentation

◆ unopened_file() [1/2]

simple_fs::unopened_file::unopened_file ( native_string_view  absolute_path,
native_string_view  file_name 
)
inline

Definition at line 58 of file simple_fs_types_nix.hpp.

◆ unopened_file() [2/2]

simple_fs::unopened_file::unopened_file ( native_string_view  absolute_path,
native_string_view  file_name 
)
inline

Definition at line 68 of file simple_fs_types_win.hpp.

Friends And Related Function Documentation

◆ get_file_name [1/2]

native_string get_file_name ( unopened_file const &  f)
friend

Definition at line 407 of file simple_fs_nix.cpp.

◆ get_file_name [2/2]

native_string get_file_name ( unopened_file const &  f)
friend

Definition at line 407 of file simple_fs_nix.cpp.

◆ get_full_name [1/2]

native_string get_full_name ( unopened_file const &  f)
friend

Definition at line 403 of file simple_fs_nix.cpp.

◆ get_full_name [2/2]

native_string get_full_name ( unopened_file const &  f)
friend

Definition at line 403 of file simple_fs_nix.cpp.

◆ list_files [1/2]

std::vector< unopened_file > list_files ( directory const &  dir,
native_char const *  extension 
)
friend

Definition at line 202 of file simple_fs_nix.cpp.

◆ list_files [2/2]

std::vector< unopened_file > list_files ( directory const &  dir,
native_char const *  extension 
)
friend

Definition at line 202 of file simple_fs_nix.cpp.

◆ open_file [1/2]

std::optional< file > open_file ( unopened_file const &  f)
friend

Definition at line 109 of file simple_fs_nix.cpp.

◆ open_file [2/2]

std::optional< file > open_file ( unopened_file const &  f)
friend

Definition at line 109 of file simple_fs_nix.cpp.


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