umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
const-noexcept-methods.h
Go to the documentation of this file.
2 bool ConstMethod(QString &param) const;
3 bool NoexceptMethod(QString &param) noexcept;
4 bool ConstNoexceptMethod(QString &param) const noexcept { return true }
5};
Definition: const-noexcept-methods.h:1
bool ConstNoexceptMethod(QString &param) const noexcept
Definition: const-noexcept-methods.h:4
bool ConstMethod(QString &param) const
bool NoexceptMethod(QString &param) noexcept