cmn-clib(CommonLibraryForC)
C言語共通ライブラリ
 全て データ構造 ファイル 関数 変数 型定義 列挙型 列挙値 マクロ定義
tag_CmnDataList 構造体

#include <CmnData.h>

フィールド

int size
 
CmnDataListItemfirst
 

詳解

単方向リスト(線状リスト)

フィールド詳解

CmnDataListItem* tag_CmnDataList::first

リスト内の最初の要素へのポインタ

int tag_CmnDataList::size

リストのサイズ(要素数)


この構造体詳解は次のファイルから抽出されました: