#include <ocmifFake.hpp>
|
| std::string | getId () const override |
| |
| void | setId (std::string const &id) override |
| |
| bool | getError () const override |
| |
| void | setError (bool error) override |
| |
| bool | hasKey () const override |
| |
| bool | keyEquals (const DaqReply &other) const override |
| |
| std::unique_ptr< DaqReply > | cloneKey () const override |
| |
| std::unique_ptr< DaqReply > | clone () const override |
| |
Definition at line 7 of file ocmifFake.hpp.
◆ clone()
| std::unique_ptr<DaqReply> ocmif::DaqReplyFake::clone |
( |
| ) |
const |
|
inlineoverride |
◆ cloneKey()
| std::unique_ptr<DaqReply> ocmif::DaqReplyFake::cloneKey |
( |
| ) |
const |
|
inlineoverride |
◆ getError()
| bool ocmif::DaqReplyFake::getError |
( |
| ) |
const |
|
inlineoverride |
◆ getId()
| std::string ocmif::DaqReplyFake::getId |
( |
| ) |
const |
|
inlineoverride |
◆ hasKey()
| bool ocmif::DaqReplyFake::hasKey |
( |
| ) |
const |
|
inlineoverride |
◆ keyEquals()
| bool ocmif::DaqReplyFake::keyEquals |
( |
const DaqReply & |
other | ) |
const |
|
inlineoverride |
◆ setError()
| void ocmif::DaqReplyFake::setError |
( |
bool |
error | ) |
|
|
inlineoverride |
◆ setId()
| void ocmif::DaqReplyFake::setId |
( |
std::string const & |
id | ) |
|
|
inlineoverride |
◆ m_error
| bool ocmif::DaqReplyFake::m_error |
◆ m_id
| std::string ocmif::DaqReplyFake::m_id |
The documentation for this struct was generated from the following file: