JunkBox_Lib++ (for Windows) 1.10.1
Loading...
Searching...
No Matches
tList Struct Reference

#include <tlist.h>

Collaboration diagram for tList:

Public Attributes

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 ctrl_alt
 制御用2
 
int state
 ノードの状態
 

Detailed Description

Definition at line 46 of file tlist.h.

Member Data 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 47 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: