clang-tools 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::doc::MemberTypeInfo Struct Reference

#include <Representation.h>

Inheritance diagram for clang::doc::MemberTypeInfo:
Inheritance graph
[legend]

Public Member Functions

 MemberTypeInfo ()=default
 
 MemberTypeInfo (const TypeInfo &TI, StringRef Name, AccessSpecifier Access)
 
bool operator== (const MemberTypeInfo &Other) const
 
- Public Member Functions inherited from clang::doc::FieldTypeInfo
 FieldTypeInfo ()=default
 
 FieldTypeInfo (const TypeInfo &TI, StringRef Name=StringRef(), StringRef DefaultValue=StringRef())
 
bool operator== (const FieldTypeInfo &Other) const
 
- Public Member Functions inherited from clang::doc::TypeInfo
 TypeInfo ()=default
 
 TypeInfo (const Reference &R)
 
 TypeInfo (StringRef Name, StringRef Path=StringRef())
 
bool operator== (const TypeInfo &Other) const
 

Public Attributes

AccessSpecifier Access = AccessSpecifier::AS_public
 
std::vector< CommentInfoDescription
 
- Public Attributes inherited from clang::doc::FieldTypeInfo
SmallString< 16 > Name
 
SmallString< 16 > DefaultValue
 
- Public Attributes inherited from clang::doc::TypeInfo
Reference Type
 

Detailed Description

Definition at line 218 of file Representation.h.

Constructor & Destructor Documentation

◆ MemberTypeInfo() [1/2]

clang::doc::MemberTypeInfo::MemberTypeInfo ( )
default

◆ MemberTypeInfo() [2/2]

clang::doc::MemberTypeInfo::MemberTypeInfo ( const TypeInfo TI,
StringRef  Name,
AccessSpecifier  Access 
)
inline

Definition at line 220 of file Representation.h.

Member Function Documentation

◆ operator==()

bool clang::doc::MemberTypeInfo::operator== ( const MemberTypeInfo Other) const
inline

Member Data Documentation

◆ Access

AccessSpecifier clang::doc::MemberTypeInfo::Access = AccessSpecifier::AS_public

◆ Description

std::vector<CommentInfo> clang::doc::MemberTypeInfo::Description

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