ctai_string.h File Reference

Internal string utility functions. More...

Go to the source code of this file.

Functions

char * CTAI_String_GetPtr (CTA_String hstring)
 Get a pointer to the contents of the string (internal use only!).
char * CTAI_String_Allocate (CTA_String hstr)
 Allocate a string, created from a COSTA string (internal use only!).

Detailed Description

Internal string utility functions.

Definition in file ctai_string.h.


Function Documentation

char* CTAI_String_Allocate ( CTA_String  hstr  ) 

Allocate a string, created from a COSTA string (internal use only!).

Parameters:
hstr I handle of string object to use
Returns:
pointer to C string allocated by this function
char* CTAI_String_GetPtr ( CTA_String  hstring  ) 

Get a pointer to the contents of the string (internal use only!).

Parameters:
hstring I handle of string object
Returns:
pointer to string contents

Generated on 4 Mar 2014 for OpenDA by  doxygen 1.6.1