#include <unixstl/unixstl.h>
#include <unixstl/filesystem/filesystem_traits.hpp>
#include <unixstl/filesystem/file_path_buffer.hpp>
#include <unixstl/error/exceptions.hpp>
#include <stlsoft/string/simple_string.hpp>
#include <stlsoft/util/std/iterator_helper.hpp>
#include <stlsoft/collections/util/collections.hpp>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
Go to the source code of this file.
Namespaces | |
| namespace | unixstl | 
Classes | |
| class | readdir_sequence_exception | 
| Exception class thrown by unixstl::readdir_sequence.  More... | |
| class | readdir_sequence | 
| STL-like readonly sequence based on directory contents.  More... | |
| class | readdir_sequence::const_iterator | 
| Iterator for the readdir_sequence class.  More... | |
Functions | |
| bool | operator== (readdir_sequence::const_iterator const &lhs, readdir_sequence::const_iterator const &rhs) | 
| bool | operator!= (readdir_sequence::const_iterator const &lhs, readdir_sequence::const_iterator const &rhs) | 
 1.5.6