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

#include <tlist.h>

Detailed Description

tList 構造体
tList_data ldat データ
tList* next 子ノードへのポインタ
tList* prev 親ノードへのポインタ
tList* altp 他のノードへのポインタ
tList* yngr 子(末っ子)ノードへのポインタ for tTree
tList* esis 前の姉妹ノードへのポインタ for tTree
tList* ysis 次の姉妹ノードへのポインタ for tTree
int depth 深さ for tTree
int num 子ノードの数 for tTree
int ctrl 制御用(ライブラリ内部用)
int ctrl_alt 制御用(ライブラリ外で使用可能)
int state ノードの状態
if (this->joints_name!=NULL) del_all_xml(&this->joints_name);
this->joints_name = NULL;
#define del_all_xml(p)
XMLツリーの全ノードの削除.ポインタ ppのノードを含むXMLツリー全体を削除する.
Definition txml.h:204

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