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

#include <tlist.h>

Collaboration diagram for tList_data:

Public Attributes

int id
 ノードID
 
int lv
 ノード値(整数)
 
Buffer key
 ノードのキー
 
Buffer val
 ノード値(文字列)
 
voidptr
 汎用(構造体など)
 
int sz
 *ptrのサイズ
 
struct _tListlst
 リストデータへのポインタ
 

Detailed Description

Definition at line 20 of file tlist.h.

Member Data Documentation

◆ id

int id

Definition at line 21 of file tlist.h.

◆ key

Buffer key

Definition at line 23 of file tlist.h.

◆ lst

struct _tList* lst

Definition at line 27 of file tlist.h.

◆ lv

int lv

Definition at line 22 of file tlist.h.

◆ ptr

void* ptr

Definition at line 25 of file tlist.h.

◆ sz

int sz

Definition at line 26 of file tlist.h.

◆ val

Buffer val

Definition at line 24 of file tlist.h.


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