m17n ライブラリ  1.8.3
フィールド
MText 構造体

MText の型宣言. [詳解]

MText 連携図
Collaboration graph
[凡例]

フィールド

M17NObject control
 
unsigned format: 16
 
unsigned coverage: 16
 
int nchars
 
int nbytes
 
unsigned char * data
 
int allocated
 
struct MTextPlist * plist
 
int cache_char_pos
 
int cache_byte_pos
 

詳解

MText の型宣言.

MtextM-text オブジェクトの型である。 内部構造はアプリケーションプログラムからは見えない。

フィールド詳解

◆ control

M17NObject MText::control

◆ format

unsigned MText::format

◆ coverage

unsigned MText::coverage

◆ nchars

int MText::nchars

◆ nbytes

int MText::nbytes

◆ data

unsigned char* MText::data

◆ allocated

int MText::allocated

◆ plist

struct MTextPlist* MText::plist

◆ cache_char_pos

int MText::cache_char_pos

◆ cache_byte_pos

int MText::cache_byte_pos

m17n-lib Home