ReactOS 0.4.17-dev-934-g091855f
preproc_macro Struct Reference

#include <preproc.h>

Collaboration diagram for preproc_macro:

Public Attributes

struct rb_entry entry
 
char * name
 
char ** arg_names
 
size_t arg_count
 
struct preproc_text body
 

Detailed Description

Definition at line 69 of file preproc.h.

Member Data Documentation

◆ arg_count

size_t preproc_macro::arg_count

Definition at line 75 of file preproc.h.

◆ arg_names

char** preproc_macro::arg_names

Definition at line 74 of file preproc.h.

◆ body

struct preproc_text preproc_macro::body

Definition at line 77 of file preproc.h.

◆ entry

struct rb_entry preproc_macro::entry

Definition at line 71 of file preproc.h.

◆ name

char* preproc_macro::name

Definition at line 72 of file preproc.h.


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