This documenta- tion describes the current state of development.
Prokee Modules:
GUI Elements:
GUI Interactions:
GUI Layouts:
Games/Demos:
Third Party Libraries:
This documentation describes the Prokee module interface.
Functions:void baseman_filecopied(void *cc,const char *targetpath,const char *sourcepath,size_t bytes)
Static Methods:Ein Programm zur Modularisierung von (Web-)Projekten.
Weitere Informationen zu baseman finden Sie unter: http://www.andreaspollhammer.com/baseman/.
NULL als Funktionspointer zugewiesen wurde, erfolgte die Ausgabe an stdout.void baseman_set_printer(int(*print)(const char *str))
| Type | Name | Direction | Description |
| int(*print) ( const char *str ) | [IN] |
Die Funktion, die für die Ausgabe aufgerufen werden soll, oder NULL, falls die Ausgabe an stdout erfolgen soll.
Parameter
str: Der null-terminierte String, der ausgegeben werden soll. Die Funktion erhält einen UTF-8 String.
Return value
Die Funktion soll die Anzahl Zeichen zurückgeben, die ausgegeben wurden.
Der Rückgabewert wird jedoch von baseman nicht verwendet.
| |
void baseman_filecopied(void *cc,const char *targetpath,const char *sourcepath,size_t bytes)
| Type | Name | Direction | Description |
| cc | [IN] | ||
| targetpath | [IN] | ||
| sourcepath | [IN] | ||
| bytes |
baseman as if it would be called from the command-line.baseman documentation.int baseman::main(int argc,char **argv)
| Type | Name | Direction | Description |
| argc | Die Anzahl Commandline-Parameter. | ||
| argv | Die Commandline-Parameter mit denen baseman ausgeführt werden soll. |