This documentation describes the Prokee module interface.
Templates
Show templates with parameter T set to: (
T),
(
char),
(
char16_t),
(
char32_t),
(
wchar_t
)
Static Template Methods:
ncat
wchar_t *multistr::ncat(wchar_t *a,const wchar_t *b)
ncpy
wchar_t *multistr::ncpy(wchar_t *a,const wchar_t *b)
ncpy_new
wchar_t *multistr::ncpy_new(wchar_t **a,const wchar_t *b)
Motivation
Static Template Methods
ncat
...
Signature:
wchar_t *multistr::ncat(wchar_t *a,const wchar_t *b)
Parameters:
| wchar_t * | a | [IN/OUT] | ... |
| const wchar_t * | b | [IN] | ... |
Return value:a.
ncpy
...
Signature:
wchar_t *multistr::ncpy(wchar_t *a,const wchar_t *b)
Parameters:
| wchar_t * | a | [IN/OUT] | ... |
| const wchar_t * | b | [IN] | ... |
Return value:a.
ncpy_new
...
Signature:
wchar_t *multistr::ncpy_new(wchar_t **a,const wchar_t *b)
Parameters:
| wchar_t ** | a | [IN/OUT] | ... |
| const wchar_t * | b | [IN] | ... |
Return value:a.