CXSourceRangeList

Identifies an array of ranges.

extern (C)
struct CXSourceRangeList {}

Members

Variables

count
uint count;

The number of ranges in the \c ranges array.

ranges
CXSourceRange* ranges;

An array of \c CXSourceRanges.

Meta