#include <tlist.h>

Data Fields | |
| struct _tList_data | ldat |
| データ | |
| struct _tList * | next |
| 子ノードへのポインタ(通常は yngr) | |
| struct _tList * | prev |
| 親ノードへのポインタ | |
| struct _tList * | altp |
| 他のノードへのポインタ | |
| struct _tList * | yngr |
| 子(末っ子)ノードへのポインタ for tTree | |
| struct _tList * | esis |
| 前の姉妹ノードへのポインタ for tTree | |
| struct _tList * | ysis |
| 次の姉妹ノードへのポインタ for tTree | |
| int | depth |
| 深さ for tTree | |
| int | num |
| 子ノードの数 for tTree | |
| int | ctrl |
| 制御用 | |
| int | state |
| ノードの状態 | |
Definition at line 46 of file tlist.h.
struct _tList_data ldat [read] |
1.6.1