LLDB mainline
lldb_private::AppleObjCTypeEncodingParser::StructElement Struct Reference

Public Member Functions

 StructElement ()
 ~StructElement ()=default

Public Attributes

std::string name
clang::QualType type
uint32_t bitfield = 0

Detailed Description

Definition at line 29 of file AppleObjCTypeEncodingParser.h.

Constructor & Destructor Documentation

◆ StructElement()

AppleObjCTypeEncodingParser::StructElement::StructElement ( )

Definition at line 70 of file AppleObjCTypeEncodingParser.cpp.

References type.

◆ ~StructElement()

lldb_private::AppleObjCTypeEncodingParser::StructElement::~StructElement ( )
default

Member Data Documentation

◆ bitfield

uint32_t lldb_private::AppleObjCTypeEncodingParser::StructElement::bitfield = 0

◆ name

std::string lldb_private::AppleObjCTypeEncodingParser::StructElement::name

◆ type

clang::QualType lldb_private::AppleObjCTypeEncodingParser::StructElement::type

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