umbrello
25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
test
import
cxx
const-noexcept-methods.h
Go to the documentation of this file.
1
class
ConstNoexceptMethodClass
{
2
bool
ConstMethod
(QString ¶m)
const
;
3
bool
NoexceptMethod
(QString ¶m)
noexcept
;
4
bool
ConstNoexceptMethod
(QString ¶m)
const
noexcept
{
return
true
}
5
};
ConstNoexceptMethodClass
Definition
const-noexcept-methods.h:1
ConstNoexceptMethodClass::ConstNoexceptMethod
bool ConstNoexceptMethod(QString ¶m) const noexcept
Definition
const-noexcept-methods.h:4
ConstNoexceptMethodClass::ConstMethod
bool ConstMethod(QString ¶m) const
ConstNoexceptMethodClass::NoexceptMethod
bool NoexceptMethod(QString ¶m) noexcept
Generated by
1.9.8