Public Member Functions | List of all members
StringDict Class Reference

#include <doxygen.h>

Inheritance diagram for StringDict:

Public Member Functions

 StringDict (uint size=17)
 
virtual ~StringDict ()
 

Detailed Description

Definition at line 72 of file doxygen.h.

Constructor & Destructor Documentation

StringDict::StringDict ( uint  size = 17)
inline

Definition at line 75 of file doxygen.h.

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

Definition at line 76 of file doxygen.h.

76 {}

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