This documenta- tion describes the current state of development.
Prokee Modules:
GUI Elements:
GUI Interactions:
GUI Layouts:
Games/Demos:
Third Party Libraries:
interface/prokee/avltree/prokee.hinterface/prokee/avltree/prokee_c.hinterface/prokee/mlocal.havltree/avltree.hinterface/prokee/avltree/prokee.cppinterface/prokee/avltree/prokee_c.cppavltree/avltree.cppuint32_t (*avltree_countItems)(struct AVLContainer *node);
struct AVLContainer *(*avltree_createEmptyContainer)();
void (*avltree_reset)(struct AVLContainer *node);
void (*avltree_destroy)(struct AVLContainer *node);
struct AVLContainer *(*avltree_getNextNode)(struct AVLContainer *node);
struct AVLContainer *(*avltree_findMin)(struct AVLContainer *node);
struct AVLContainer *(*avltree_findMax)(struct AVLContainer *node);
struct AVLContainer *(*avltree_searchNode)(struct AVLContainer *node,uint32_t key);
struct AVLContainer *(*avltree_searchNode2)(struct AVLContainer *node,uint32_t *key,uint32_t cnt);
struct AVLContainer **(*avltree_getSubNodes)(struct AVLContainer *node,uint32_t *key,uint32_t cnt,uint32_t *rcnt);
struct AVLContainer *(*avltree_insertItem)(struct AVLContainer *node,uint32_t key);
struct AVLContainer *(*avltree_insertPath)(struct AVLContainer *node,uint32_t *key,uint32_t cnt);
void (*avltree_print_tree)(FILE *f,struct AVLContainer *node);
void (*avltree_print)(FILE *f,struct AVLContainer *node);
int (*avltree_deleteItem)(struct AVLContainer *rootNode,uint32_t key);
int (*avltree_deleteNode)(struct AVLContainer *rootNode,struct AVLContainer *node);
int (*avltree_deleteNode2)(struct AVLContainer *rootNode,uint32_t *key,uint32_t cnt);
int (*avltree_deleteNode2_clean1)(struct AVLContainer *rootNode,uint32_t *key,uint32_t cnt);
int (*avltree_deleteNode2_cleanup)(struct AVLContainer *rootNode,uint32_t *key,uint32_t cnt);
uint32_t avltree_countItems(struct AVLContainer *node);
struct AVLContainer *avltree_createEmptyContainer();
void avltree_reset(struct AVLContainer *node);
void avltree_destroy(struct AVLContainer *node);
struct AVLContainer *avltree_getNextNode(struct AVLContainer *node);
struct AVLContainer *avltree_findMin(struct AVLContainer *node);
struct AVLContainer *avltree_findMax(struct AVLContainer *node);
struct AVLContainer *avltree_searchNode(struct AVLContainer *node,uint32_t key);
struct AVLContainer *avltree_searchNode2(struct AVLContainer *node,uint32_t *key,uint32_t cnt);
struct AVLContainer **avltree_getSubNodes(struct AVLContainer *node,uint32_t *key,uint32_t cnt,uint32_t *rcnt);
struct AVLContainer *avltree_insertItem(struct AVLContainer *node,uint32_t key);
struct AVLContainer *avltree_insertPath(struct AVLContainer *node,uint32_t *key,uint32_t cnt);
void avltree_print_tree(FILE *f,struct AVLContainer *node);
void avltree_print(FILE *f,struct AVLContainer *node);
int avltree_deleteItem(struct AVLContainer *rootNode,uint32_t key);
int avltree_deleteNode(struct AVLContainer *rootNode,struct AVLContainer *node);
int avltree_deleteNode2(struct AVLContainer *rootNode,uint32_t *key,uint32_t cnt);
int avltree_deleteNode2_clean1(struct AVLContainer *rootNode,uint32_t *key,uint32_t cnt);
int avltree_deleteNode2_cleanup(struct AVLContainer *rootNode,uint32_t *key,uint32_t cnt);
-------------------------------------------------------------------------------- avltree -- So Jän 12 21:22:54 CET 2020 -------------------------------------------------------------------------------- ERROR: Fehler beim öffnen der Datei files.def. Fehlernummer: 2 ------------------------------------------------------------------------------- > install headers ------------------------------------------------------------------------------- Executable for Linux/[local system] (CLI)[compiling] [end]------------------------------------------------------------------------------- Executable for Windows/[local system] (CLI)[compiling] [end]------------------------------------------------------------------------------- Dynamic library for Linux/[local system] (DLL)[compiling] [end]------------------------------------------------------------------------------- Dynamic library for Windows/[local system] (DLL)[compiling] [end]------------------------------------------------------------------------------- Static library for Linux/[local system] (LIB)[compiling] [end]------------------------------------------------------------------------------- Static library for Windows/[local system] (LIB)[compiling] [end]------------------------------------------------------------------------------- TESTS (Automated Tests for Linux/[local system])[compiling] [end]------------------------------------------------------------------------------- TESTS (Automated Tests for Windows/[local system])[compiling] [end]------------------------------------------------------------------------------- Executable for Linux/32bit (CLI)[compiling] [end]------------------------------------------------------------------------------- Executable for Windows/32bit (CLI)[compiling] [end]------------------------------------------------------------------------------- Dynamic library for Linux/32bit (DLL)[compiling] [end]------------------------------------------------------------------------------- Dynamic library for Windows/32bit (DLL)[compiling] [end]------------------------------------------------------------------------------- Static library for Linux/32bit (LIB)[compiling] [end]------------------------------------------------------------------------------- Static library for Windows/32bit (LIB)[compiling] [end]------------------------------------------------------------------------------- TESTS (Automated Tests for Linux/32bit)[compiling] [end]------------------------------------------------------------------------------- TESTS (Automated Tests for Windows/32bit)[compiling] [end]------------------------------------------------------------------------------- Executable for Linux/64bit (CLI)[compiling] [end]------------------------------------------------------------------------------- Executable for Windows/64bit (CLI)[compiling] [end]------------------------------------------------------------------------------- Dynamic library for Linux/64bit (DLL)[compiling] [end]------------------------------------------------------------------------------- Dynamic library for Windows/64bit (DLL)[compiling] [end]------------------------------------------------------------------------------- Static library for Linux/64bit (LIB)[compiling] [end]------------------------------------------------------------------------------- Static library for Windows/64bit (LIB)[compiling] [end]------------------------------------------------------------------------------- TESTS (Automated Tests for Linux/64bit)[compiling] [end]------------------------------------------------------------------------------- TESTS (Automated Tests for Windows/64bit)[compiling] [end]------------------------------------------------------------------------------- > test_all ------------------------------------------------------------------------------- > prepare cp: der Aufruf von stat für '../docu/man/' ist nicht möglich: Datei oder Verzeichnis nicht gefunden ------------------------------------------------------------------------------- > install creating /opt/prokee/system/reg/dllinfo/avltree.v01.info ... license=1 | version=1 | library=libavltree.v01 creating /opt/prokee/system/reg/dllinfo/avltree.info ... license=1 | version=1 | library=libavltree.v01 ------------------------------------------------------------------------------- > module ------------------------------------------------------------------------------- > exepack ------------------------------------------------------------------------------- > sourcepack ------------------------------------------------------------------------------- > cleanup ------------------------------------------------------------------------------- > webexport -------------------------------------------------------------------------------- FERTIG --------------------------------------------------------------------------------