|
Gemmi C++ API
|
#include <dirwalk.hpp>
Public Member Functions | |
| const tinydir_dir & | get_dir () const |
| const tinydir_file & | get () const |
| std::string | operator* () const |
| bool | is_special (const _tinydir_char_t *name) const |
| size_t | depth () const |
| void | next () |
| void | operator++ () |
| bool | operator== (const Iter &o) const |
| bool | operator!= (const Iter &o) const |
Public Attributes | |
| DirWalk & | walk |
| size_t | cur |
Definition at line 172 of file dirwalk.hpp.
|
inline |
Definition at line 176 of file dirwalk.hpp.
|
inline |
Definition at line 178 of file dirwalk.hpp.
|
inline |
Definition at line 185 of file dirwalk.hpp.
|
inline |
Definition at line 188 of file dirwalk.hpp.
|
inline |
Definition at line 193 of file dirwalk.hpp.
|
inline |
Definition at line 195 of file dirwalk.hpp.
|
inline |
Definition at line 213 of file dirwalk.hpp.
Definition at line 226 of file dirwalk.hpp.
Definition at line 227 of file dirwalk.hpp.
| DirWalk& gemmi::DirWalk< FileOnly, Filter >::Iter::walk |
Definition at line 173 of file dirwalk.hpp.
| size_t gemmi::DirWalk< FileOnly, Filter >::Iter::cur |
Definition at line 174 of file dirwalk.hpp.