Jabber WindowGram Client (JWGC)

Introduction Screenshots Installation Downloads
Documentation Browse Source Resources Project Site

Stable Version
-none-

Latest Version
beta5



Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

_Node Struct Reference

#include <node.h>


Data Fields

int opcode
_Nodenext
union {
   string   string_constant
   struct {
      _Node *   first
      _Node *   second
   }   nodes
d


Field Documentation

union { ... } _Node::d
 

Referenced by node_create_binary(), node_create_string_constant(), and node_create_unary().

struct _Node* _Node::first
 

Definition at line 89 of file node.h.

Referenced by node_create_binary(), and node_create_unary().

struct _Node* _Node::next
 

Definition at line 85 of file node.h.

Referenced by reverse_list_of_nodes(), and yyparse().

struct { ... } _Node::nodes
 

Referenced by node_create_binary(), and node_create_unary().

int _Node::opcode
 

Definition at line 84 of file node.h.

struct _Node* _Node::second
 

Definition at line 90 of file node.h.

Referenced by node_create_binary().

string _Node::string_constant
 

Definition at line 87 of file node.h.

Referenced by node_create_string_constant().


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

Last updated at Tue Dec 18 21:07:42 PST 2007. This site and project hosted by...SourceForge.net Logo
Source Perspective by Fisheye