rcutils
master
C API providing common utilities and data structures.
|
An iterator used for enumerating directory contents. More...
#include <filesystem.h>
Public Attributes | |
const char * | entry_name |
The name of the enumerated file or directory. More... | |
rcutils_allocator_t | allocator |
The allocator used internally by iteration functions. More... | |
void * | state |
The platform-specific iteration state. More... | |
An iterator used for enumerating directory contents.
const char* rcutils_dir_iter_t::entry_name |
The name of the enumerated file or directory.
rcutils_allocator_t rcutils_dir_iter_t::allocator |
The allocator used internally by iteration functions.
void* rcutils_dir_iter_t::state |
The platform-specific iteration state.