m17n ライブラリ 1.8.4
全て データ構造 ファイル 関数 変数 型定義 列挙型 列挙値 マクロ定義 グループ ページ
フィールド
M17NObject 構造体

#include <internal.h>

フィールド

unsigned ref_count: 16
 
unsigned ref_count_extended: 1
 
unsigned flag: 15
 
union {
   void(*   freer )(void *)
 
   M17NObjectRecord *   record
 
u
 

フィールド詳解

◆ ref_count

unsigned M17NObject::ref_count

◆ ref_count_extended

unsigned M17NObject::ref_count_extended

◆ flag

unsigned M17NObject::flag

◆ freer

void(* M17NObject::freer) (void *)

◆ record

M17NObjectRecord* M17NObject::record

◆ 

union { ... } M17NObject::u

m17n-lib Home