m17n ライブラリ 1.8.4
読み取り中…
検索中…
一致する文字列を見つけられません
フィールド
MPlist 構造体

プロパティリスト・オブジェクトの型宣言. [詳解]

#include <plist.h>

フィールド

M17NObject control
 
MSymbol key
 
union {
   void *   pointer
 
   M17NFunc   func
 
val
 
MPlistnext
 

詳解

プロパティリスト・オブジェクトの型宣言.

MPlistプロパティリスト (Property list) オブジェクトの型である。 内部構造はアプリケーションプログラムからは見えない。

フィールド詳解

◆ control

M17NObject MPlist::control

◆ key

MSymbol MPlist::key

◆ pointer

void* MPlist::pointer

◆ func

M17NFunc MPlist::func

◆ 

union { ... } MPlist::val

◆ next

MPlist* MPlist::next

m17n-lib Home