![]() |
omegalib
13.1
|
#include <scanctx.h>
Public Attributes | |
| config_t * | config |
| const char * | top_filename |
| const char * | files [MAX_INCLUDE_DEPTH] |
| void * | buffers [MAX_INCLUDE_DEPTH] |
| FILE * | streams [MAX_INCLUDE_DEPTH] |
| int | depth |
| strbuf_t | string |
| const char ** | filenames |
| unsigned int | num_filenames |
| void* scan_context::buffers[MAX_INCLUDE_DEPTH] |
| config_t* scan_context::config |
| int scan_context::depth |
| const char** scan_context::filenames |
| const char* scan_context::files[MAX_INCLUDE_DEPTH] |
| unsigned int scan_context::num_filenames |
| FILE* scan_context::streams[MAX_INCLUDE_DEPTH] |
| strbuf_t scan_context::string |
| const char* scan_context::top_filename |