#include <C_Name_List.h>
Public Member Functions | |
| C_Name_List (void) | |
| The constructor Put to 0 the pointers. | |
| ~C_Name_List (void) | |
| The destructor Erase the personnage name. | |
| C_Name_List * | IsInList (char *Name) |
| Check the presence of a name. | |
| C_Name_List * | AddName (char *Name) |
| Add a name to the list. | |
Data Fields | |
| char * | Personnage_Name |
| Store the personnage name. | |
| C_Name_List * | Next |
| Next element of the list (incredible no?). | |
Created when parsing a .ssa file or when a name is added.
|
|
The constructor Put to 0 the pointers.
|
|
|
The destructor Erase the personnage name.
|
|
|
Add a name to the list. You should use this with the First element of the list
|
|
|
Check the presence of a name. You must utilise this with the first element of the list, otherwise, you'll search only in a part of the list
|
|
|
Next element of the list (incredible no?).
|
|
|
Store the personnage name.
|
1.3