tList Struct Reference

#include <tlist.h>

Collaboration diagram for tList:
Collaboration graph
[legend]

Data Fields

struct _tList_data ldat
 データ
struct _tListnext
 子ノードへのポインタ(通常は yngr)
struct _tListprev
 親ノードへのポインタ
struct _tListaltp
 他のノードへのポインタ
struct _tListyngr
 子(末っ子)ノードへのポインタ for tTree
struct _tListesis
 前の姉妹ノードへのポインタ for tTree
struct _tListysis
 次の姉妹ノードへのポインタ for tTree
int depth
 深さ for tTree
int num
 子ノードの数 for tTree
int ctrl
 制御用
int state
 ノードの状態

Detailed Description

Definition at line 46 of file tlist.h.


Field Documentation

struct _tList* altp [read]

Definition at line 51 of file tlist.h.

int ctrl

Definition at line 59 of file tlist.h.

int depth

Definition at line 57 of file tlist.h.

struct _tList* esis [read]

Definition at line 54 of file tlist.h.

struct _tList_data ldat [read]

Definition at line 47 of file tlist.h.

struct _tList* next [read]

Definition at line 49 of file tlist.h.

int num

Definition at line 58 of file tlist.h.

struct _tList* prev [read]

Definition at line 50 of file tlist.h.

int state

Definition at line 60 of file tlist.h.

struct _tList* yngr [read]

Definition at line 52 of file tlist.h.

struct _tList* ysis [read]

Definition at line 55 of file tlist.h.


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

Generated on 15 Nov 2023 for JunkBox_Lib by  doxygen 1.6.1