tList Struct Reference

#include <tlist.h>


Detailed Description

tList 構造体
    tList_data  ldat    データ

    tList*      next    子ノードへのポインタ
    tList*      prev    親ノードへのポインタ
    tList*      altp    他のノードへのポインタ
    tList*      yngr    子(末っ子)ノードへのポインタ  for tTree

    tList*      esis    前の姉妹ノードへのポインタ      for tTree
    tList*      ysis    次の姉妹ノードへのポインタ      for tTree

    int         depth   深さ                            for tTree
    int         num     子ノードの数                    for tTree
    int         ctrl    制御用                          for tTree
    int         state   ノードの状態

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

Generated on 15 Nov 2023 for JunkBox_Lib++ (for Windows) by  doxygen 1.6.1