|
Functions |
| us_char_a_t const * | c_str_ptr_null (struct dirent const *d) |
| | Returns the corresponding C-string pointer of the dirent structure d, or NULL if d is empty.
|
| us_char_a_t const * | c_str_ptr_null (struct dirent const &d) |
| | Returns the corresponding C-string pointer of the dirent structure d, or NULL if d is empty.
|
| us_char_a_t const * | c_str_ptr (struct dirent const *d) |
| | Returns the corresponding C-string pointer of the dirent structure d.
|
| us_char_a_t const * | c_str_ptr (struct dirent const &d) |
| | Returns the corresponding C-string pointer of the dirent structure d.
|
| us_size_t | c_str_len (struct dirent const *d) |
| | Returns the length (in characters) of the dirent structure d, not including the null-terminating character.
|
| us_size_t | c_str_len (struct dirent const &d) |
| | Returns the length (in characters) of the dirent structure d, not including the null-terminating character.
|
| us_size_t | c_str_size (struct dirent const *d) |
| | Returns the size (in bytes) of the dirent structure d, not including the null-terminating character.
|
| us_size_t | c_str_size (struct dirent const &d) |
| | Returns the size (in bytes) of the dirent structure d, not including the null-terminating character.
|