メインページ | モジュール | データ構造 | Directories | ファイル一覧 | データフィールド | グローバル | 関連ページ

dfa_malloc.c

文法構造体のメモリ割り付けと開放. [詳細]

#include <sent/stddefs.h>
#include <sent/dfa.h>

dfa_malloc.cのインクルード依存関係図

ソースコードを見る。

関数

DFA_INFOdfa_info_new ()
void dfa_info_free (DFA_INFO *dfa)


説明

文法構造体のメモリ割り付けと開放.

作者:
Akinobu LEE
日付:
Tue Feb 15 14:16:03 2005
Revision
1.1.1.1

dfa_malloc.c で定義されています。


関数

DFA_INFO* dfa_info_new  ) 
 

Allocate a new grammar information data structure and initialize it.

戻り値:
pointer to the newly allocated DFA_INFO.

dfa_malloc.c33 行で定義されています。

参照元 multigram_exec(), と multigram_read_file().

void dfa_info_free DFA_INFO dfa  ) 
 

Free all informations in the DFA_INFO.

引数:
dfa [i/o] grammar information data to be freed.

dfa_malloc.c54 行で定義されています。

参照元 multigram_exec(), と multigram_exec_delete().


Juliusに対してTue Mar 28 16:06:09 2006に生成されました。  doxygen 1.4.2