Public Member Functions | List of all members
MemberDict Class Reference

#include <memberlist.h>

Inheritance diagram for MemberDict:

Public Member Functions

 MemberDict (int size)
 
virtual ~MemberDict ()
 

Detailed Description

An unsorted dictionary of MemberDef objects.

Definition at line 111 of file memberlist.h.

Constructor & Destructor Documentation

MemberDict::MemberDict ( int  size)
inline

Definition at line 114 of file memberlist.h.

114 : QDict<MemberDef>(size) {}
decltype(auto) constexpr size(T &&obj)
ADL-aware version of std::size.
Definition: StdUtils.h:92
virtual MemberDict::~MemberDict ( )
inlinevirtual

Definition at line 115 of file memberlist.h.

115 {}

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