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.h File Reference

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

#include "vibdefines.h"

Go to the source code of this file.

Classes

struct  VIBString
 Lightweight string object used to elide AnsiString return values. More...
 

Functions

VIBDLLFUNC VIBString *VIBCALL VIBString_New (const char *str)
 Constructor.
 
VIBDLLFUNC void VIBCALL VIBString_Destroy (VIBString *str)
 Destructor.
 
VIBDLLFUNC const char *VIBCALL VIBString_CStr (VIBString *str)
 Accessor.
 

Detailed Description

VisualIB - InterBase wrapper for use in Visual Studio.

Lightweight string object

Author
James Haley