STLdoc
STLdocumentation
|
Public Types | |
typedef basic_directory_iterator< _Path, _Prefix_directory > | _Myt |
typedef basic_directory_entry< _Path > | value_type |
typedef _Path::string_type | string_type |
typedef _Path | path_type |
typedef const value_type * | pointer |
Public Types inherited from iterator< input_iterator_tag, basic_directory_entry< _Path > > | |
typedef input_iterator_tag | iterator_category |
typedef basic_directory_entry< _Path > | value_type |
typedef _Diff | difference_type |
typedef _Diff | distance_type |
typedef _Pointer | pointer |
typedef _Reference | reference |
Public Member Functions | |
basic_directory_iterator () | |
basic_directory_iterator (const _Myt &_Right) | |
basic_directory_iterator (const _Path &_Pval) | |
basic_directory_iterator (const _Path &_Pval, error_code &_Code) | |
~basic_directory_iterator () _NOEXCEPT | |
basic_directory_iterator (_Myt &&_Right) | |
_Myt & | operator= (_Myt &&_Right) |
_Myt & | operator= (const _Myt &_Right) |
const value_type & | operator* () const |
pointer | operator-> () const |
_Myt & | operator++ () |
_Myt | operator++ (int) |
bool | _Equal (const _Myt &_Right) const |
Private Member Functions | |
void | _Get () |
void | _Form_name (typename string_type::value_type *_Filename, file_type _Ftype, true_type) |
void | _Form_name (typename string_type::value_type *_Filename, file_type _Ftype, false_type) |
Static Private Member Functions | |
static void | _Delptr (void **_Ptr) |
Private Attributes | |
shared_ptr< void * > | _Mypdir |
_Path | _Mydirpath |
value_type | _Myentry |
typedef basic_directory_iterator<_Path, _Prefix_directory> tr2::sys::basic_directory_iterator< _Path, _Prefix_directory >::_Myt |
typedef _Path tr2::sys::basic_directory_iterator< _Path, _Prefix_directory >::path_type |
typedef const value_type* tr2::sys::basic_directory_iterator< _Path, _Prefix_directory >::pointer |
typedef _Path::string_type tr2::sys::basic_directory_iterator< _Path, _Prefix_directory >::string_type |
typedef basic_directory_entry<_Path> tr2::sys::basic_directory_iterator< _Path, _Prefix_directory >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestaticprivate |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |