Contents
Interfaces
Dependencies
For the Prokee Module Library
Dynamically Linked Modules:
-
module dfa (version 1 - 0 -- default: v01)
-
module str (version 1 - 0 -- default: v01)
-
module strconv (version 1 - 0 -- default: v01)
For the Standalone Executable
-
module dfa (version 1 - 0 -- default: v01)
-
module str (version 1 - 0 -- default: v01)
-
module strconv (version 1 - 0 -- default: v01)
-
module bcs (version 1 - 0 -- default: v01)
-
module reader (version 1 - 0 -- default: v01)
Source Files
clp/clp.h
interface/prokee/clp/prokee.h
interface/prokee/clp/prokee_c.h
interface/prokee/mlocal.h
clp/clp.cpp
interface/prokee/clp/prokee.cpp
interface/prokee/clp/prokee_c.cpp
Exported Symbols
Constructors
void *createclp1(int argc,char **argv);
void *createclp2(int argc,char **argv,const char **tokens);
void *createclp3(char *commandLine);
void *createclp4(char *commandLine,const char **tokens);
void *createclp5(wchar_t *commandLine);
void *createclp6(wchar_t *commandLine,const wchar_t **tokens);
Destructors
void destroyDfa(void *object);
Methods
int clp_blockCount(void *object);
bool clp_flag1(char p,void *object);
bool clp_flag2(char p,int blockId,void *object);
char *clp_value1(char p,void *object);
char *clp_value2(char p,int blockId,void *object);
char *clp_token1(void *object);
char *clp_token2(int blockId,void *object);
char *clp_token3(int tokenId,int blockId,void *object);
int clp_tokenCount1(void *object);
int clp_tokenCount2(int blockId,void *object);
void clp_print(void *object);
Internal Pointers
Constructors
The functions listed below are the "constructor functions" for creating objects of the linked module.
These functions can be used directly to omit the static wrapper methods.
void *clp_clp_createclp1(int argc,char **argv);
void *clp_clp_createclp2(int argc,char **argv,const char **tokens);
void *clp_clp_createclp3(char *commandLine);
void *clp_clp_createclp4(char *commandLine,const char **tokens);
void *clp_clp_createclp5(wchar_t *commandLine);
void *clp_clp_createclp6(wchar_t *commandLine,const wchar_t **tokens);
The names of the functions are constructed according to the following pattern:
<module>_<namespace>_<class>_create<class>(...)
where:
<module> is the name of the module.
<namespace> is the name of the namespace (optional).
<class> is the name of the class.
Destructors
There are also destructor functions. These are equivalent to calling
delete object;.
Do not call this functions directly.
void clp_clp_destroyDfa(void *object);
The names of the functions are constructed according to the following pattern:
<<module>_<namespace>_<class>_destroy<class>(void *object)
where:
<module> is the name of the module.
<namespace> is the name of the namespace (optional).
<class> is the name of the class.
object is the object to be destroyed.
Methods
These functions are used, if you created the object locally.
Do not call this functions directly.
int clp_clp_blockCount(void *object);
bool clp_clp_flag1(char p,void *object);
bool clp_clp_flag2(char p,int blockId,void *object);
char *clp_clp_value1(char p,void *object);
char *clp_clp_value2(char p,int blockId,void *object);
char *clp_clp_token1(void *object);
char *clp_clp_token2(int blockId,void *object);
char *clp_clp_token3(int tokenId,int blockId,void *object);
int clp_clp_tokenCount1(void *object);
int clp_clp_tokenCount2(int blockId,void *object);
void clp_clp_print(void *object);
The names of the functions are constructed according to the following pattern:
<module>_<namespace>_<class>_<method>(...,void *object)
where:
<module> is the name of the module.
<namespace> is the name of the namespace (optional).
<class> is the name of the class.
<method> is the name of the method.
object is the object of which the method is called.
Build Log
--------------------------------------------------------------------------------
clp -- Do Dez 5 02:29:38 CET 2019
--------------------------------------------------------------------------------
ERROR: Fehler beim öffnen der Datei files.def.
Fehlernummer: 2
-------------------------------------------------------------------------------
> install headers
cp: der Aufruf von stat für '../source/interface/prokee/clp/inc/struct.h' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
-------------------------------------------------------------------------------
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 '../source/interface/prokee/clp/inc/struct.h' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
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/clp.v01.info ...
license=1 | version=1 | library=libclp.v01
creating /opt/prokee/system/reg/dllinfo/clp.info ...
license=1 | version=1 | library=libclp.v01
-------------------------------------------------------------------------------
> module
-------------------------------------------------------------------------------
> exepack
-------------------------------------------------------------------------------
> sourcepack
-------------------------------------------------------------------------------
> cleanup
-------------------------------------------------------------------------------
> webexport
--------------------------------------------------------------------------------
FERTIG
--------------------------------------------------------------------------------