My Project
Public Member Functions | Data Fields
poly_tree_node Class Reference

Public Member Functions

 poly_tree_node (int sn)
 

Data Fields

poly p
 
poly_tree_nodel
 
poly_tree_noder
 
int n
 

Detailed Description

Definition at line 1941 of file tgb.cc.

Constructor & Destructor Documentation

◆ poly_tree_node()

poly_tree_node::poly_tree_node ( int  sn)
inline

Definition at line 1948 of file tgb.cc.

1948 :l (NULL), r (NULL), n (sn)
1949 {
1950 }
poly_tree_node * l
Definition: tgb.cc:1945
poly_tree_node * r
Definition: tgb.cc:1946
#define NULL
Definition: omList.c:12

Field Documentation

◆ l

poly_tree_node* poly_tree_node::l

Definition at line 1945 of file tgb.cc.

◆ n

int poly_tree_node::n

Definition at line 1947 of file tgb.cc.

◆ p

poly poly_tree_node::p

Definition at line 1944 of file tgb.cc.

◆ r

poly_tree_node* poly_tree_node::r

Definition at line 1946 of file tgb.cc.


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