clang  3.7.0
Public Attributes | List of all members
CXString Struct Reference

A character string. More...

#include <CXString.h>

Collaboration diagram for CXString:
[legend]

Public Attributes

const 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 differ 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 38 of file CXString.h.

Member Data Documentation

const void* CXString::data

Definition at line 39 of file CXString.h.

unsigned CXString::private_flags

Definition at line 40 of file CXString.h.


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