My Project
Loading...
Searching...
No Matches
PPState_ Struct Reference

#include <pp.h>

Data Fields

void * state
 
union { 
 
   FILE *   file 
 
   MacroArg   arg 
 
   void *   data 
 
};  
 
char * filename
 
loc_t loc
 
enum pptype type
 

Detailed Description

Definition at line 14 of file pp.h.

Field Documentation

◆ [union]

union { ... } PPState_

◆ arg

MacroArg PPState_::arg

Definition at line 18 of file pp.h.

◆ data

void* PPState_::data

Definition at line 19 of file pp.h.

◆ file

FILE* PPState_::file

Definition at line 17 of file pp.h.

◆ filename

char* PPState_::filename

Definition at line 21 of file pp.h.

◆ loc

loc_t PPState_::loc

Definition at line 22 of file pp.h.

◆ state

void* PPState_::state

Definition at line 15 of file pp.h.

◆ type

enum pptype PPState_::type

Definition at line 23 of file pp.h.


The documentation for this struct was generated from the following file: