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 Struct Reference

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

#include <vibstring.h>

Public Attributes

char * str
 Pointer to dynamically allocated null-terminated string.
 

Detailed Description

Lightweight string object used to elide AnsiString return values.

Allocate using VIBString_New and release with VIBString_Destroy.


The documentation for this struct was generated from the following file: