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

MText の型宣言. [詳解]

#include <internal.h>

フィールド

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