jaulib v1.3.0
Jau Support Library (C++, Java, ..)
Public Attributes | List of all members
copy_context_t Struct Reference
Collaboration diagram for copy_context_t:

Public Attributes

copy_options copts
 
std::vector< int > dst_dirfds
 
int skip_dst_dir_mkdir
 
std::vector< int > src_dirfds
 

Detailed Description

Definition at line 1383 of file file_util.cpp.

Member Data Documentation

◆ copts

copy_options copy_context_t::copts

Definition at line 1384 of file file_util.cpp.

◆ skip_dst_dir_mkdir

int copy_context_t::skip_dst_dir_mkdir

Definition at line 1385 of file file_util.cpp.

◆ src_dirfds

std::vector<int> copy_context_t::src_dirfds

Definition at line 1386 of file file_util.cpp.

◆ dst_dirfds

std::vector<int> copy_context_t::dst_dirfds

Definition at line 1387 of file file_util.cpp.


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