WPILibC++
2018.4.1-1232-gce8c71b
|
recursive_directory_iterator - Same as directory_iterator except for it recurses down into child directories. More...
#include <FileSystem.h>
Public Member Functions | |
recursive_directory_iterator (const Twine &path, std::error_code &ec, bool follow_symlinks=true) | |
recursive_directory_iterator & | increment (std::error_code &ec) |
const directory_entry & | operator* () const |
const directory_entry * | operator-> () const |
int | level () const |
Gets the current level. Starting path is at level 0. | |
bool | no_push_request () const |
Returns true if no_push has been called for this directory_entry. | |
void | pop () |
Goes up one level if Level > 0. | |
void | no_push () |
Does not go down into the current directory_entry. | |
bool | operator== (const recursive_directory_iterator &RHS) const |
bool | operator!= (const recursive_directory_iterator &RHS) const |
recursive_directory_iterator - Same as directory_iterator except for it recurses down into child directories.