Data Structures | |
| struct | nm_iddb |
Defines | |
| #define | NM_IDDB_INITIALIZER |
Functions | |
| void | nm_iddb_init (struct nm_iddb *iddb) |
| Initialize an IDDB. | |
| int | nm_iddb_alloc (struct nm_iddb *iddb) |
| Allocate an Identifier. | |
| void | nm_iddb_free (struct nm_iddb *iddb, int id) |
| Free an Identifier. | |
| #define NM_IDDB_INITIALIZER |
| int nm_iddb_alloc | ( | struct nm_iddb * | iddb | ) |
Allocate an Identifier.
| iddb | Pointer to the IDDB. |
| void nm_iddb_free | ( | struct nm_iddb * | iddb, | |
| int | id | |||
| ) |
Free an Identifier.
| iddb | Pointer to the IDDB. | |
| id | The identifier to return to the free pool. |
| void nm_iddb_init | ( | struct nm_iddb * | iddb | ) |
Initialize an IDDB.
| iddb | Pointer to the dynamically allocated IDDB. |
1.5.6