rcutils  master
C API providing common utilities and data structures.
Public Attributes | List of all members
rcutils_dir_iter_t Struct Reference

An iterator used for enumerating directory contents. More...

#include <filesystem.h>

Collaboration diagram for rcutils_dir_iter_t:
Collaboration graph
[legend]

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...
 

Detailed Description

An iterator used for enumerating directory contents.

Member Data Documentation

◆ entry_name

const char* rcutils_dir_iter_t::entry_name

The name of the enumerated file or directory.

◆ allocator

rcutils_allocator_t rcutils_dir_iter_t::allocator

The allocator used internally by iteration functions.

◆ state

void* rcutils_dir_iter_t::state

The platform-specific iteration state.


The documentation for this struct was generated from the following file: