Public Member Functions | List of all members
NamespaceDict Class Reference

#include <namespacedef.h>

Inheritance diagram for NamespaceDict:

Public Member Functions

 NamespaceDict (int size)
 
 ~NamespaceDict ()
 

Detailed Description

An unsorted dictionary of NamespaceDef objects.

Definition at line 165 of file namespacedef.h.

Constructor & Destructor Documentation

NamespaceDict::NamespaceDict ( int  size)
inline

Definition at line 168 of file namespacedef.h.

168 : QDict<NamespaceDef>(size) {}
decltype(auto) constexpr size(T &&obj)
ADL-aware version of std::size.
Definition: StdUtils.h:92
NamespaceDict::~NamespaceDict ( )
inline

Definition at line 169 of file namespacedef.h.

169 {}

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