A file in ConstFS (file name + contents)  
 More...
A file in ConstFS (file name + contents) 
Definition at line 38 of file constfs.h.
 
#include <constfs.h>
 | 
| const char *  | path | 
|   | file system relative path to file  
  | 
|   | 
| const size_t  | size | 
|   | length of data  
  | 
|   | 
| const void *  | data | 
|   | pointer to file contents  
  | 
|   | 
◆ data
      
        
          | const void* constfs_file_t::data | 
        
      
 
pointer to file contents 
Definition at line 41 of file constfs.h.
 
 
◆ path
      
        
          | const char* constfs_file_t::path | 
        
      
 
file system relative path to file 
Definition at line 39 of file constfs.h.
 
 
◆ size
      
        
          | const size_t constfs_file_t::size | 
        
      
 
length of data 
Definition at line 40 of file constfs.h.
 
 
The documentation for this struct was generated from the following file: