#include <wchmm.h>
__A_CELL2__のコラボレーション図

変数 | |
| unsigned short | n |
| Number of arcs currently stored in this cell. | |
| int | arc [A_CELL2_ALLOC_STEP] |
| Transition destination node numbers | |
| LOGPROB | a [A_CELL2_ALLOC_STEP] |
| Transitino probabilities | |
| __A_CELL2__ * | next |
| Pointer to next cell | |
| unsigned short __A_CELL2__::n |
Number of arcs currently stored in this cell.
If this reaches A_CELL2_ALLOC_STEP, next cell will be allocated.
1.5.1