clang  3.9.0
Public Attributes | List of all members
CXSourceRangeList Struct Reference

Identifies an array of ranges. More...

#include <Index.h>

Collaboration diagram for CXSourceRangeList:
[legend]

Public Attributes

unsigned count
 The number of ranges in the ranges array. More...
 
CXSourceRangeranges
 An array of CXSourceRanges. More...
 

Detailed Description

Identifies an array of ranges.

Definition at line 611 of file Index.h.

Member Data Documentation

unsigned CXSourceRangeList::count

The number of ranges in the ranges array.

Definition at line 613 of file Index.h.

CXSourceRange* CXSourceRangeList::ranges

An array of CXSourceRanges.

Definition at line 617 of file Index.h.


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