#include <obstack.h>
#include "types.h"
Go to the source code of this file.
Encoder context tree structure.
Adds a new symbol to this tree node.
Definition at line 543 of file fsmTree.c.
Deletes a fsm tree structure instance.
- Parameters
-
Definition at line 530 of file fsmTree.c.
Creates and initializes a new fsm tree structure instance.
- Returns
- a new fsm tree insance.
Definition at line 487 of file fsmTree.c.
Indicates if the parameter node is the root of the tree.
- Parameters
-
- Returns
- True if the node is the root, False otherwise.
Definition at line 602 of file fsmTree.c.
Calculates the FSM closure of this tree.
- Parameters
-
Definition at line 553 of file fsmTree.c.
void writeFsmTree |
( |
const fsmTree_t |
tree, |
|
|
FILE * |
file |
|
) |
| |
Writes this tree into a file.
- Parameters
-
[in] | tree | tree to write. |
[in] | file | output file to write the data. |
Definition at line 572 of file fsmTree.c.