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

hbcistring.h File Reference

Helper class HBCI::String with only static methods. No C wrappers. More...

#include <stdio.h>
#include <string>
#include <openhbci/dllimport.h>

Go to the source code of this file.

Namespaces

namespace  HBCI

Functions

char * hbci_strdup (const char *c)
char * hbci_strdup (const string &s)


Detailed Description

Helper class HBCI::String with only static methods. No C wrappers.


Function Documentation

char* hbci_strdup const string &    s
 

Duplicates a string into newly allocated memory. Returns a pointer to the newly allocated char* array which is owned by the caller and has to be freed by the caller after usage.

Author:
Christian <Stimming@tuhh.de>

char* hbci_strdup const char *    c
 

Duplicates a const char* string into newly allocated memory. Returns a pointer to the newly allocated char* array which is owned by the caller and has to be freed by the caller after usage.

Author:
Christian <Stimming@tuhh.de>


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