|
mimic++ v9.2.1
|
A Mock type, which fully supports overload sets. More...
#include <Mock.hpp>
Public Member Functions | |
| ~Mock ()=default | |
| Defaulted destructor. | |
| Mock () | |
| Default constructor. | |
| Mock (MockSettings settings) | |
| Constructor, applying customized settings. | |
| Mock (const Mock &)=delete | |
| Deleted copy constructor. | |
| Mock & | operator= (const Mock &)=delete |
| Deleted copy assignment operator. | |
| Mock (Mock &&)=default | |
| Defaulted move constructor. | |
| Mock & | operator= (Mock &&)=default |
| Defaulted move assignment operator. | |
A Mock type, which fully supports overload sets.
| FirstSignature | The first signature. |
| OtherSignatures | Other signatures. |
|
default |
Defaulted destructor.
|
inlinenodiscard |
Default constructor.
|
inlineexplicitnodiscard |
Constructor, applying customized settings.
| settings | The mock configuration. |
|
delete |
Deleted copy constructor.
|
nodiscarddefault |
Defaulted move constructor.
|
delete |
Deleted copy assignment operator.
|
default |
Defaulted move assignment operator.