|
STLdoc
STLdocumentation
|
Public Types | |
| typedef basic_recursive_directory_iterator< _Path > | _Myt |
| typedef basic_directory_iterator< _Path, false_type > | _Myiter |
| typedef pair< _Myiter, _Path > | _Mypair |
| typedef basic_directory_entry< _Path > | value_type |
| typedef _Path::string_type | string_type |
| typedef string_type::value_type | char_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_recursive_directory_iterator () | |
| basic_recursive_directory_iterator (const _Myt &_Right) | |
| basic_recursive_directory_iterator (const _Path &_Pval) | |
| ~basic_recursive_directory_iterator () _NOEXCEPT | |
| basic_recursive_directory_iterator (_Myt &&_Right) | |
| _Myt & | operator= (_Myt &&_Right) |
| _Myt & | operator= (const _Myt &_Right) |
| int | level () const |
| void | pop () |
| void | no_push () |
| const value_type & | operator* () const |
| pointer | operator-> () const |
| _Myt & | operator++ () |
| _Myt | operator++ (int) |
| bool | _Pop () |
| bool | _Equal (const _Myt &_Right) const |
| void | _Get () |
Private Attributes | |
| list< _Mypair > | _Mylist |
| value_type | _Myentry |
| bool | _No_push |
| typedef basic_directory_iterator<_Path, false_type> tr2::sys::basic_recursive_directory_iterator< _Path >::_Myiter |
| typedef pair<_Myiter, _Path> tr2::sys::basic_recursive_directory_iterator< _Path >::_Mypair |
| typedef basic_recursive_directory_iterator<_Path> tr2::sys::basic_recursive_directory_iterator< _Path >::_Myt |
| typedef string_type::value_type tr2::sys::basic_recursive_directory_iterator< _Path >::char_type |
| typedef _Path tr2::sys::basic_recursive_directory_iterator< _Path >::path_type |
| typedef const value_type* tr2::sys::basic_recursive_directory_iterator< _Path >::pointer |
| typedef _Path::string_type tr2::sys::basic_recursive_directory_iterator< _Path >::string_type |
| typedef basic_directory_entry<_Path> tr2::sys::basic_recursive_directory_iterator< _Path >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
1.8.8