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