This documenta- tion describes the current state of development.
Note that interfaces and functionality may still change.

Prokee Modules:
  A
  B
  C
  D
  E
  F
  G
  I
  L
  M
  N
  O
  P
  R
  S
  T
  U
  W

     open all    |    close all

GUI Elements:
  B
  C
  I
  M
  P
  R
  S
  T

     open all    |    close all

GUI Interactions:
  B
  F
  H
  S

     open all    |    close all

GUI Layouts:
  L

     open all    |    close all

Games/Demos:
  M

     open all    |    close all

Third Party Libraries:
  P
  F
  Z

     open all    |    close all

Information about this Website / Informationen zu dieser Webseite:
In case of any questions, or comments, please feel free to contact me via email at apoll500@gmail.com.

Module multistr [Version: v01]

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:
Type Name Direction Description
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:
Type Name Direction Description
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:
Type Name Direction Description
wchar_t **a[IN/OUT]...
const wchar_t *b[IN]...

Return value:
a.


Copyright © 2017 - 2019 by Andreas Pollhammer