![]() |
MOS Source Code
|
#include <vfs_types.hpp>
Public Attributes | |
| list_head | entries |
| size_t | n_count |
| number of entries in the list | |
| size_t | read_offset |
| user has read up to this offset, start from this offset when reading more entries | |
Additional Inherited Members | |
| Static Public Attributes inherited from NamedType<"VFS.ListDir.State"> | |
| static constexpr mos::string_view | type_name |
Definition at line 57 of file vfs_types.hpp.
| list_head entries |
Definition at line 59 of file vfs_types.hpp.
Referenced by dirter_add(), FsDir::on_closed(), and vfs_list_dir().
| size_t n_count |
number of entries in the list
Definition at line 60 of file vfs_types.hpp.
Referenced by dirter_add(), and vfs_list_dir().
| size_t read_offset |
user has read up to this offset, start from this offset when reading more entries
Definition at line 61 of file vfs_types.hpp.
Referenced by vfs_list_dir().