JunkBox_Lib  1.10.2
tList Struct Reference

#include <tlist.h>

Collaboration diagram for tList:

Data Fields

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

Detailed Description

Definition at line 46 of file tlist.h.

Field Documentation

◆ altp

struct _tList* altp

Definition at line 51 of file tlist.h.

◆ ctrl

int ctrl

Definition at line 59 of file tlist.h.

◆ ctrl_alt

int ctrl_alt

Definition at line 60 of file tlist.h.

◆ depth

int depth

Definition at line 57 of file tlist.h.

◆ esis

struct _tList* esis

Definition at line 54 of file tlist.h.

◆ ldat

struct _tList_data ldat

Definition at line 27 of file tlist.h.

◆ next

struct _tList* next

Definition at line 49 of file tlist.h.

◆ num

int num

Definition at line 58 of file tlist.h.

◆ prev

struct _tList* prev

Definition at line 50 of file tlist.h.

◆ state

int state

Definition at line 61 of file tlist.h.

◆ yngr

struct _tList* yngr

Definition at line 52 of file tlist.h.

◆ ysis

struct _tList* ysis

Definition at line 55 of file tlist.h.


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