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
template< class T > T *multistr::ncat(T *a,const T *b)
ncpy
template< class T > T *multistr::ncpy(T *a,const T *b)
ncpy_new
template< class T > T *multistr::ncpy_new(T **a,const T *b)
Motivation
Static Template Methods
ncat
...
Signature:
template< class T > T *multistr::ncat(T *a,const T *b)
Parameters:
| T * | a | [IN/OUT] | ... |
| const T * | b | [IN] | ... |
Return value:a.
ncpy
...
Signature:
template< class T > T *multistr::ncpy(T *a,const T *b)
Parameters:
| T * | a | [IN/OUT] | ... |
| const T * | b | [IN] | ... |
Return value:a.
ncpy_new
...
Signature:
template< class T > T *multistr::ncpy_new(T **a,const T *b)
Parameters:
| T ** | a | [IN/OUT] | ... |
| const T * | b | [IN] | ... |
Return value:a.