basic_directory_entry::basic_directory_entry 생성자
basic_directory_entry 개체를 생성합니다.
basic_directory_entry();
explicit basic_directory_entry(
const path_type& Pval,
file_status Statarg = file_status(),
file_status Symstatarg = file_status()
);
basic_directory_entry(
const basic_directory_entry& Right
);
basic_directory_entry(
basic_directory_entry&& Right
);
매개 변수
Pval
Path 개체Path일 수는 basic_path 에서 파생 되는 형식 또는 basic_path.Statarg
A file_status 개체에서 참조 하는 파일의 상태를 나타내는 Pval.Symstatarg
A file_status 개체가 참조로 전달 되는 파일의 심볼 링크 상태를 나타내는 Pval.Right
basic_directory_entry 개체
설명
첫 번째 생성자는 저장 된 개체에 기본을 초기화합니다.
두 번째 생성자는 저장 된 초기화 Path 값 Pval, 저장 파일 상태를 Statarg, 및 저장 된 기호화 된 링크 상태에 Symstatarg.
세 번째 생성자 구문을 복사 저장 된 개체는 해당 개체에서 Right.
네 번째 생성자 구문을 이동 저장 된 개체는 해당 개체에서 Right.
요구 사항
헤더: 파일 시스템
네임 스페이스: std::tr2::sys