clang API Documentation

Classes | Functions
String manipulation routines
libclang: C Interface to Clang
Collaboration diagram for String manipulation routines:

Classes

struct  CXString
 A character string. More...

Functions

CINDEX_LINKAGE const char * clang_getCString (CXString string)
 Retrieve the character data associated with the given string.
CINDEX_LINKAGE void clang_disposeString (CXString string)
 Free the given string.

Function Documentation

Free the given string.

CINDEX_LINKAGE const char* clang_getCString ( CXString  string)

Retrieve the character data associated with the given string.