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 path [Version: ]

[Main Page]   [Tests]

Contents


Requirements

For the Prokee Module Library

Dynamically Linked Modules: Statically Linked Modules: For the Standalone Executable

Exported Symbols

Pointers (Templates)

int (*path_pathtype1)(const T * path);
int (*path_pathtype2)(const T * path,int system);
int (*path_pathtype3)(const T * path,T dirsep);
int (*path_pathtype4)(const T * path,T dirsep,T labelsep);
int (*path_pathtype5)(const T * path,const T * dirsep,const T * labelsep);
int (*path_pathtype6)(const T * path,const T * dirsep,const T * labelsep,const T * rootsym);
const T *(*path_onopath1)(const T * path);
const T *(*path_onopath2)(const T * path,T dirsep);
const T *(*path_onopath3)(const T * path,const T * dirsep);
const T *(*path_fnopath1)(const T * path);
const T *(*path_fnopath2)(const T * path,T dirsep);
const T *(*path_fnopath3)(const T * path,const T * dirsep);
T *(*path_dnopath1)(const T * path);
T *(*path_dnopath2)(const T * path,T dirsep);
T *(*path_dnopath3)(const T * path,const T * dirsep);
T *(*path_pnopath1)(const T * path);
T *(*path_pnopath2)(const T * path,T dirsep);
T *(*path_pnopath3)(const T * path,const T * dirsep);
const T *(*path_sxopath1)(const T * path);
const T *(*path_sxopath2)(const T * path,T dirsep,T labelsep,T susep);
const T *(*path_sxopath3)(const T * path,const T * dirsep,const T * labelsep,const T * susep);
const T *(*path_sxopath4)(const T * path,const T * dirsep,const T * labelsep,const T * susep,const T * rootsym);
bool (*path_pathcmp1)(const T * path_a,const T * path_b);
T *(*path_compresspath1)(T * path);
T *(*path_compresspath2)(T * path,const T * dirsep);
bool (*path_copy1)(const T * targetpath,const T * sourcepath);
bool (*path_copy2)(const T * targetpath,const T * sourcepath,const T * object);
bool (*path_copy3)(const T * targetpath,const T * sourcepath,CondCopyControl< T > *ccc);
bool (*path_copy4)(const T * targetpath,const T * sourcepath,const T * object,CondCopyControl< T > *ccc);
T *(*path_makeabspath1)(const T * path);
T *(*path_makeabspath2)(const T * path,const T * cd);
T *(*path_makeabspath3)(const T * path,const T * cd,const T * dirsep);
bool (*path_testpath)(const T * path);

Internal Pointers

Pointers (Templates)

int path_pathtype1(const T * path);
int path_pathtype2(const T * path,int system);
int path_pathtype3(const T * path,T dirsep);
int path_pathtype4(const T * path,T dirsep,T labelsep);
int path_pathtype5(const T * path,const T * dirsep,const T * labelsep);
int path_pathtype6(const T * path,const T * dirsep,const T * labelsep,const T * rootsym);
const T *path_onopath1(const T * path);
const T *path_onopath2(const T * path,T dirsep);
const T *path_onopath3(const T * path,const T * dirsep);
const T *path_fnopath1(const T * path);
const T *path_fnopath2(const T * path,T dirsep);
const T *path_fnopath3(const T * path,const T * dirsep);
T *path_dnopath1(const T * path);
T *path_dnopath2(const T * path,T dirsep);
T *path_dnopath3(const T * path,const T * dirsep);
T *path_pnopath1(const T * path);
T *path_pnopath2(const T * path,T dirsep);
T *path_pnopath3(const T * path,const T * dirsep);
const T *path_sxopath1(const T * path);
const T *path_sxopath2(const T * path,T dirsep,T labelsep,T susep);
const T *path_sxopath3(const T * path,const T * dirsep,const T * labelsep,const T * susep);
const T *path_sxopath4(const T * path,const T * dirsep,const T * labelsep,const T * susep,const T * rootsym);
bool path_pathcmp1(const T * path_a,const T * path_b);
T *path_compresspath1(T * path);
T *path_compresspath2(T * path,const T * dirsep);
bool path_copy1(const T * targetpath,const T * sourcepath);
bool path_copy2(const T * targetpath,const T * sourcepath,const T * object);
bool path_copy3(const T * targetpath,const T * sourcepath,CondCopyControl< T > *ccc);
bool path_copy4(const T * targetpath,const T * sourcepath,const T * object,CondCopyControl< T > *ccc);
T *path_makeabspath1(const T * path);
T *path_makeabspath2(const T * path,const T * cd);
T *path_makeabspath3(const T * path,const T * cd,const T * dirsep);
bool path_testpath(const T * path);

Copyright © 2017 2018 by Andreas Pollhammer