nsgenbind
Loading...
Searching...
No Matches
Public Attributes | List of all members
genbind_node Struct Reference

Public Attributes

enum genbind_node_type type
 
struct genbind_nodel
 
union { 
 
   void *   value 
 
   struct genbind_node *   node 
 
   char *   text 
 
   int   number 
 
r 
 

Detailed Description

Definition at line 35 of file nsgenbind-ast.c.

Member Data Documentation

◆ l

struct genbind_node* genbind_node::l

Definition at line 37 of file nsgenbind-ast.c.

◆ node

struct genbind_node* genbind_node::node

Definition at line 40 of file nsgenbind-ast.c.

◆ number

int genbind_node::number

Definition at line 42 of file nsgenbind-ast.c.

◆ [union]

union { ... } genbind_node::r

◆ text

char* genbind_node::text

Definition at line 41 of file nsgenbind-ast.c.

◆ type

enum genbind_node_type genbind_node::type

Definition at line 36 of file nsgenbind-ast.c.

◆ value

void* genbind_node::value

Definition at line 39 of file nsgenbind-ast.c.


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