struct CXString

Declaration

struct CXString { /* full declaration omitted */ };

Description

A character string. The \c 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 \c clang_getCString() to retrieve the string data and, once finished with the string data, call \c clang_disposeString() to free the string.

Declared at: clang/include/clang-c/CXString.h:37

Member Variables

public const void* data
public unsigned int private_flags