Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

plugin.h File Reference

#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


Detailed Description

Definition of the base class for a plugin.


Typedef Documentation

typedef HBCI::Plugin HBCI_Plugin
 


Function Documentation

char* HBCI_Plugin_description const HBCI_Plugin   p
 

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!

char* HBCI_Plugin_name const HBCI_Plugin   p
 

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!

int HBCI_Plugin_pluginType const HBCI_Plugin   p
 

Returns the type of this plugin.

unsigned int HBCI_Plugin_vmajor const HBCI_Plugin   p
 

unsigned int HBCI_Plugin_vminor const HBCI_Plugin   p
 


Generated on Mon Jun 23 13:41:08 2003 for openhbci by doxygen1.2.17