clang API Documentation

Public Attributes
CXString Struct Reference

A character string. More...

#include <Index.h>

Collaboration diagram for CXString:
Collaboration graph
[legend]

List of all members.

Public Attributes

void * data
unsigned private_flags

Detailed Description

A character string.

The CXString type is used to return strings from the interface when the ownership of that string might different from one call to the next. Use clang_getCString() to retrieve the string data and, once finished with the string data, call clang_disposeString() to free the string.

Definition at line 173 of file Index.h.


Member Data Documentation

Definition at line 174 of file Index.h.

Definition at line 175 of file Index.h.


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