#include <daqifFake.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 |
|
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 daqifFake.hpp.
◆ clone() [1/2]
std::unique_ptr<DaqReply> daqif::DaqReplyFake::clone |
( |
| ) |
const |
|
inlineoverride |
◆ clone() [2/2]
std::unique_ptr<DaqReply> daqif::DaqReplyFake::clone |
( |
| ) |
const |
|
inlineoverride |
◆ cloneKey() [1/2]
std::unique_ptr<DaqReply> daqif::DaqReplyFake::cloneKey |
( |
| ) |
const |
|
inlineoverride |
◆ cloneKey() [2/2]
std::unique_ptr<DaqReply> daqif::DaqReplyFake::cloneKey |
( |
| ) |
const |
|
inlineoverride |
◆ getError() [1/2]
bool daqif::DaqReplyFake::getError |
( |
| ) |
const |
|
inlineoverride |
◆ getError() [2/2]
bool daqif::DaqReplyFake::getError |
( |
| ) |
const |
|
inlineoverride |
◆ getId() [1/2]
std::string daqif::DaqReplyFake::getId |
( |
| ) |
const |
|
inlineoverride |
◆ getId() [2/2]
std::string daqif::DaqReplyFake::getId |
( |
| ) |
const |
|
inlineoverride |
◆ hasKey() [1/2]
bool daqif::DaqReplyFake::hasKey |
( |
| ) |
const |
|
inlineoverride |
◆ hasKey() [2/2]
bool daqif::DaqReplyFake::hasKey |
( |
| ) |
const |
|
inlineoverride |
◆ keyEquals() [1/2]
bool daqif::DaqReplyFake::keyEquals |
( |
const DaqReply & |
other | ) |
const |
|
inlineoverride |
◆ keyEquals() [2/2]
bool daqif::DaqReplyFake::keyEquals |
( |
const DaqReply & |
other | ) |
const |
|
inlineoverride |
◆ setError() [1/2]
void daqif::DaqReplyFake::setError |
( |
bool |
error | ) |
|
|
inlineoverride |
◆ setError() [2/2]
void daqif::DaqReplyFake::setError |
( |
bool |
error | ) |
|
|
inlineoverride |
◆ setId() [1/2]
void daqif::DaqReplyFake::setId |
( |
std::string const & |
id | ) |
|
|
inlineoverride |
◆ setId() [2/2]
void daqif::DaqReplyFake::setId |
( |
std::string const & |
id | ) |
|
|
inlineoverride |
◆ m_error
bool daqif::DaqReplyFake::m_error |
◆ m_id
std::string daqif::DaqReplyFake::m_id |
The documentation for this struct was generated from the following file: