sisi4s
Loading...
Searching...
No Matches
ghc::filesystem::directory_iterator::impl Class Reference

#include <filesystem.hpp>

Collaboration diagram for ghc::filesystem::directory_iterator::impl:

Public Member Functions

 impl (const path &path, directory_options options)
 
 impl (const impl &other)=delete
 
 ~impl ()
 
void increment (std::error_code &ec)
 
void copyToDirEntry ()
 

Public Attributes

path _base
 
directory_options _options
 
DIR * _dir
 
struct::dirent * _entry
 
directory_entry _dir_entry
 
std::error_code _ec
 

Constructor & Destructor Documentation

◆ impl() [1/2]

ghc::filesystem::directory_iterator::impl::impl ( const path path,
directory_options  options 
)
inline
Here is the call graph for this function:

◆ impl() [2/2]

ghc::filesystem::directory_iterator::impl::impl ( const impl other)
delete

◆ ~impl()

ghc::filesystem::directory_iterator::impl::~impl ( )
inline

Member Function Documentation

◆ copyToDirEntry()

void ghc::filesystem::directory_iterator::impl::copyToDirEntry ( )
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ increment()

void ghc::filesystem::directory_iterator::impl::increment ( std::error_code &  ec)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ _base

path ghc::filesystem::directory_iterator::impl::_base

◆ _dir

DIR* ghc::filesystem::directory_iterator::impl::_dir

◆ _dir_entry

directory_entry ghc::filesystem::directory_iterator::impl::_dir_entry

◆ _ec

std::error_code ghc::filesystem::directory_iterator::impl::_ec

◆ _entry

struct::dirent* ghc::filesystem::directory_iterator::impl::_entry

◆ _options

directory_options ghc::filesystem::directory_iterator::impl::_options

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