clang 22.0.0git
clang::FormatStyleSet Struct Reference

#include "clang/Format/Format.h"

Public Types

typedef std::map< LanguageKind, FormatStyle > MapType

Public Member Functions

std::optional< FormatStyle > Get (LanguageKind Language) const
void Add (FormatStyle Style)
void Clear ()

Detailed Description

Definition at line 5650 of file Format.h.

Member Typedef Documentation

◆ MapType

typedef std::map<LanguageKind, FormatStyle> clang::FormatStyleSet::MapType

Definition at line 5651 of file Format.h.

Member Function Documentation

◆ Add()

void clang::FormatStyleSet::Add ( FormatStyle Style)

◆ Clear()

void clang::FormatStyleSet::Clear ( )

◆ Get()

std::optional< FormatStyle > clang::FormatStyleSet::Get ( LanguageKind Language) const

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