clang  10.0.0git
Public Member Functions | Public Attributes | List of all members
clang::tooling::IncludeStyle::IncludeCategory Struct Reference

See documentation of IncludeCategories. More...

#include "clang/Tooling/Inclusions/IncludeStyle.h"

Collaboration diagram for clang::tooling::IncludeStyle::IncludeCategory:
[legend]

Public Member Functions

bool operator== (const IncludeCategory &Other) const
 

Public Attributes

std::string Regex
 The regular expression that this category matches. More...
 
int Priority
 The priority to assign to this category. More...
 
int SortPriority
 The custom priority to sort before grouping. More...
 

Detailed Description

See documentation of IncludeCategories.

Definition at line 56 of file IncludeStyle.h.

Member Function Documentation

◆ operator==()

bool clang::tooling::IncludeStyle::IncludeCategory::operator== ( const IncludeCategory Other) const
inline

Definition at line 63 of file IncludeStyle.h.

References Priority, and Regex.

Member Data Documentation

◆ Priority

int clang::tooling::IncludeStyle::IncludeCategory::Priority

The priority to assign to this category.

Definition at line 60 of file IncludeStyle.h.

Referenced by operator==().

◆ Regex

std::string clang::tooling::IncludeStyle::IncludeCategory::Regex

The regular expression that this category matches.

Definition at line 58 of file IncludeStyle.h.

Referenced by operator==().

◆ SortPriority

int clang::tooling::IncludeStyle::IncludeCategory::SortPriority

The custom priority to sort before grouping.

Definition at line 62 of file IncludeStyle.h.


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