JunkBox_Lib++ (for Windows) 1.10.1
|
#include <tlist.h>
Public Attributes | |
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 | ctrl_alt |
制御用2 | |
int | state |
ノードの状態 | |
struct _tList_data ldat |