VisualIB  1.0
IBExpress library for making use of Borland IBExpress outside of C++Builder
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
vibstring.cpp File Reference

VisualIB - InterBase wrapper for use in Visual Studio. More...

#include <cstdlib>
#include <cstring>
#include "vibstring.h"

Functions

char * cpp_strdup (const char *input)
 Internal function.
 
VIBString *VIBCALL VIBString_New (const char *str)
 Constructor.
 
void VIBCALL VIBString_Destroy (VIBString *str)
 Destructor.
 
const char *VIBCALL VIBString_CStr (VIBString *str)
 Accessor.
 

Detailed Description

VisualIB - InterBase wrapper for use in Visual Studio.

Lightweight string object

Author
James Haley

Function Documentation

char* cpp_strdup ( const char *  input)

Internal function.

A strdup substitute that uses new [] to do allocation.