#include <string>
Go to the source code of this file.
Namespaces | |
namespace | HBCI |
HBCI_Plugin | |
char * | HBCI_Plugin_name (const HBCI_Plugin *p) |
char * | HBCI_Plugin_description (const HBCI_Plugin *p) |
unsigned int | HBCI_Plugin_vmajor (const HBCI_Plugin *p) |
unsigned int | HBCI_Plugin_vminor (const HBCI_Plugin *p) |
int | HBCI_Plugin_pluginType (const HBCI_Plugin *p) |
Typedefs | |
typedef HBCI::Plugin | HBCI_Plugin |
|
|
|
Returns the human-readable description of the given plugin. Note: The returned string will be owned by the caller and has to be free()'d be the caller when no longer needed! |
|
Returns the name of the given plugin. Note: The returned string will be owned by the caller and has to be free()'d be the caller when no longer needed! |
|
Returns the type of this plugin. |
|
|
|
|