CXSourceRangeList

Identifies an array of ranges.

extern (C) @nogc @trusted nothrow pure
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