clang 24.0.0git
FormatStyle::RawStringFormat Struct Reference

See documentation of RawStringFormats. More...

#include "clang/Format/Format.h"

Public Member Functions

bool operator== (const RawStringFormat &Other) const

Public Attributes

LanguageKind Language
 The language of this raw string.
std::vector< std::string > Delimiters
 A list of raw string delimiters that match this language.
std::vector< std::string > EnclosingFunctions
 A list of enclosing function names that match this language.
std::string CanonicalDelimiter
 The canonical delimiter for this language.
std::string BasedOnStyle
 The style name on which this raw string format is based on.

Detailed Description

See documentation of RawStringFormats.

Definition at line 4581 of file Format.h.

Member Function Documentation

◆ operator==()

bool clang::format::FormatStyle::RawStringFormat::operator== ( const RawStringFormat & Other) const
inline

Definition at line 4594 of file Format.h.

Member Data Documentation

◆ BasedOnStyle

std::string clang::format::FormatStyle::RawStringFormat::BasedOnStyle

The style name on which this raw string format is based on.

If not specified, the raw string format is based on the style that this format is based on.

Definition at line 4593 of file Format.h.

◆ CanonicalDelimiter

std::string clang::format::FormatStyle::RawStringFormat::CanonicalDelimiter

The canonical delimiter for this language.

Definition at line 4589 of file Format.h.

◆ Delimiters

std::vector<std::string> clang::format::FormatStyle::RawStringFormat::Delimiters

A list of raw string delimiters that match this language.

Definition at line 4585 of file Format.h.

◆ EnclosingFunctions

std::vector<std::string> clang::format::FormatStyle::RawStringFormat::EnclosingFunctions

A list of enclosing function names that match this language.

Definition at line 4587 of file Format.h.

◆ Language

LanguageKind clang::format::FormatStyle::RawStringFormat::Language

The language of this raw string.

Definition at line 4583 of file Format.h.


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