DirectoryTemplate.h File Reference
Include dependency graph for DirectoryTemplate.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| class | IFS::DirectoryTemplate |
| Directory stream class. More... | |
Namespaces | |
| IFS | |
Macros | |
| #define | DIRSTREAM_FIELD_MAP(XX) |
| #define | XX(name, comment) name, |
Macro Definition Documentation
◆ DIRSTREAM_FIELD_MAP
| #define DIRSTREAM_FIELD_MAP | ( | XX | ) |
Value:
XX(file_id, "File identifier") \
XX(name, "Filename") \
XX(modified, "Date/time of file modification") \
XX(size, "File size in bytes") \
XX(original_size, "Original size of compressed file") \
XX(attr, "File attributes (brief)") \
XX(attr_long, "File attributes") \
XX(compression, "Compression type") \
XX(access, "File access information (brief)") \
XX(access_long, "File access information") \
XX(index, "Zero-based index of current file") \
XX(total_size, "Total size of files processed (in bytes)") \
XX(path, "Path to containing directory") \
XX(parent, "Path to parent directory (if any)") \
XX(last_error, "Last error message")
◆ XX
| #define XX | ( | name, | |
| comment | |||
| ) | name, |
1.8.13