clang-tools 20.0.0git
Public Member Functions | Public Attributes | List of all members
clang::tidy::cppcoreguidelines::SpecialMemberFunctionsCheck::SpecialMemberFunctionData Struct Reference

#include <SpecialMemberFunctionsCheck.h>

Public Member Functions

bool operator== (const SpecialMemberFunctionData &Other) const
 

Public Attributes

SpecialMemberFunctionKind FunctionKind
 
bool IsDeleted
 
bool IsImplicit = false
 

Detailed Description

Definition at line 45 of file SpecialMemberFunctionsCheck.h.

Member Function Documentation

◆ operator==()

bool clang::tidy::cppcoreguidelines::SpecialMemberFunctionsCheck::SpecialMemberFunctionData::operator== ( const SpecialMemberFunctionData Other) const
inline

Definition at line 50 of file SpecialMemberFunctionsCheck.h.

References FunctionKind, and IsDeleted.

Member Data Documentation

◆ FunctionKind

SpecialMemberFunctionKind clang::tidy::cppcoreguidelines::SpecialMemberFunctionsCheck::SpecialMemberFunctionData::FunctionKind

Definition at line 46 of file SpecialMemberFunctionsCheck.h.

Referenced by operator==().

◆ IsDeleted

bool clang::tidy::cppcoreguidelines::SpecialMemberFunctionsCheck::SpecialMemberFunctionData::IsDeleted

Definition at line 47 of file SpecialMemberFunctionsCheck.h.

Referenced by operator==().

◆ IsImplicit

bool clang::tidy::cppcoreguidelines::SpecialMemberFunctionsCheck::SpecialMemberFunctionData::IsImplicit = false

Definition at line 48 of file SpecialMemberFunctionsCheck.h.


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