mimic++ v4
|
A Mock type, which fully supports overload sets. More...
#include <Mock.hpp>
Public Member Functions | |
~Mock ()=default | |
Defaulted destructor. | |
Mock () | |
Default constructor. | |
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.
|
delete |
Deleted copy constructor.
|
nodiscarddefault |
Defaulted move constructor.
|
delete |
Deleted copy assignment operator.
|
default |
Defaulted move assignment operator.