clang
8.0.0
|
See documentation of IncludeCategories
.
More...
#include "clang/Tooling/Inclusions/IncludeStyle.h"
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... | |
See documentation of IncludeCategories
.
Definition at line 57 of file IncludeStyle.h.
|
inline |
Definition at line 62 of file IncludeStyle.h.
int clang::tooling::IncludeStyle::IncludeCategory::Priority |
The priority to assign to this category.
Definition at line 61 of file IncludeStyle.h.
Referenced by operator==().
std::string clang::tooling::IncludeStyle::IncludeCategory::Regex |
The regular expression that this category matches.
Definition at line 59 of file IncludeStyle.h.
Referenced by operator==().