#include <daqifFake.hpp>
|
uint64_t | getFree () const override |
|
void | setFree (uint64_t free) override |
|
uint64_t | getCapacity () const override |
|
void | setCapacity (uint64_t capacity) override |
|
uint64_t | getAvailable () const override |
|
void | setAvailable (uint64_t available) override |
|
bool | hasKey () const override |
|
bool | keyEquals (const StorageStatus &other) const override |
|
std::unique_ptr< StorageStatus > | cloneKey () const override |
|
std::unique_ptr< StorageStatus > | clone () const override |
|
uint64_t | getFree () const override |
|
void | setFree (uint64_t free) override |
|
uint64_t | getCapacity () const override |
|
void | setCapacity (uint64_t capacity) override |
|
uint64_t | getAvailable () const override |
|
void | setAvailable (uint64_t available) override |
|
bool | hasKey () const override |
|
bool | keyEquals (const StorageStatus &other) const override |
|
std::unique_ptr< StorageStatus > | cloneKey () const override |
|
std::unique_ptr< StorageStatus > | clone () const override |
|
Definition at line 144 of file daqifFake.hpp.
◆ clone() [1/2]
std::unique_ptr<StorageStatus> daqif::StorageStatusFake::clone |
( |
| ) |
const |
|
inlineoverride |
◆ clone() [2/2]
std::unique_ptr<StorageStatus> daqif::StorageStatusFake::clone |
( |
| ) |
const |
|
inlineoverride |
◆ cloneKey() [1/2]
std::unique_ptr<StorageStatus> daqif::StorageStatusFake::cloneKey |
( |
| ) |
const |
|
inlineoverride |
◆ cloneKey() [2/2]
std::unique_ptr<StorageStatus> daqif::StorageStatusFake::cloneKey |
( |
| ) |
const |
|
inlineoverride |
◆ getAvailable() [1/2]
uint64_t daqif::StorageStatusFake::getAvailable |
( |
| ) |
const |
|
inlineoverride |
◆ getAvailable() [2/2]
uint64_t daqif::StorageStatusFake::getAvailable |
( |
| ) |
const |
|
inlineoverride |
◆ getCapacity() [1/2]
uint64_t daqif::StorageStatusFake::getCapacity |
( |
| ) |
const |
|
inlineoverride |
◆ getCapacity() [2/2]
uint64_t daqif::StorageStatusFake::getCapacity |
( |
| ) |
const |
|
inlineoverride |
◆ getFree() [1/2]
uint64_t daqif::StorageStatusFake::getFree |
( |
| ) |
const |
|
inlineoverride |
◆ getFree() [2/2]
uint64_t daqif::StorageStatusFake::getFree |
( |
| ) |
const |
|
inlineoverride |
◆ hasKey() [1/2]
bool daqif::StorageStatusFake::hasKey |
( |
| ) |
const |
|
inlineoverride |
◆ hasKey() [2/2]
bool daqif::StorageStatusFake::hasKey |
( |
| ) |
const |
|
inlineoverride |
◆ keyEquals() [1/2]
bool daqif::StorageStatusFake::keyEquals |
( |
const StorageStatus & |
other | ) |
const |
|
inlineoverride |
◆ keyEquals() [2/2]
bool daqif::StorageStatusFake::keyEquals |
( |
const StorageStatus & |
other | ) |
const |
|
inlineoverride |
◆ setAvailable() [1/2]
void daqif::StorageStatusFake::setAvailable |
( |
uint64_t |
available | ) |
|
|
inlineoverride |
◆ setAvailable() [2/2]
void daqif::StorageStatusFake::setAvailable |
( |
uint64_t |
available | ) |
|
|
inlineoverride |
◆ setCapacity() [1/2]
void daqif::StorageStatusFake::setCapacity |
( |
uint64_t |
capacity | ) |
|
|
inlineoverride |
◆ setCapacity() [2/2]
void daqif::StorageStatusFake::setCapacity |
( |
uint64_t |
capacity | ) |
|
|
inlineoverride |
◆ setFree() [1/2]
void daqif::StorageStatusFake::setFree |
( |
uint64_t |
free | ) |
|
|
inlineoverride |
◆ setFree() [2/2]
void daqif::StorageStatusFake::setFree |
( |
uint64_t |
free | ) |
|
|
inlineoverride |
◆ m_available
uint64_t daqif::StorageStatusFake::m_available = 0 |
◆ m_capacity
uint64_t daqif::StorageStatusFake::m_capacity = 0 |
◆ m_free
uint64_t daqif::StorageStatusFake::m_free = 0 |
The documentation for this struct was generated from the following file: