#include <scilab/modules/fileio/src/c/pldstr.h>
Data Fields | |
| char * | source |
| char * | searchfor |
| char * | replacewith |
| char * | preexist |
| char * | postexist |
| int | replacenumber |
| int | insensitive |
Definition at line 14 of file pldstr.h.
| char* PLD_strreplace::source |
Definition at line 16 of file pldstr.h.
Referenced by PLD_strreplace(), and PLD_strreplace_general().
Definition at line 17 of file pldstr.h.
Referenced by PLD_strreplace(), and PLD_strreplace_general().
Definition at line 18 of file pldstr.h.
Referenced by PLD_strreplace(), and PLD_strreplace_general().
| char* PLD_strreplace::preexist |
Definition at line 20 of file pldstr.h.
Referenced by PLD_strreplace(), and PLD_strreplace_general().
Definition at line 21 of file pldstr.h.
Referenced by PLD_strreplace(), and PLD_strreplace_general().
Definition at line 23 of file pldstr.h.
Referenced by PLD_strreplace(), and PLD_strreplace_general().
Definition at line 25 of file pldstr.h.
Referenced by PLD_strreplace(), and PLD_strreplace_general().
1.5.1