Represents an entry in the Measurements table.
More...
#include <daemon/table/measurements-entry.hpp>
Represents an entry in the Measurements table.
- See also
- Measurements
Definition at line 45 of file measurements-entry.hpp.
◆ Entry()
nfd::measurements::Entry::Entry |
( |
const Name & |
name | ) |
|
|
inlineexplicit |
◆ clearStrategyInfo()
void nfd::StrategyInfoHost::clearStrategyInfo |
( |
| ) |
|
|
inlineinherited |
◆ eraseStrategyInfo()
template<typename T >
size_t nfd::StrategyInfoHost::eraseStrategyInfo |
( |
| ) |
|
|
inlineinherited |
Erase a StrategyInfo item.
- Template Parameters
-
- Returns
- number of items erased
Definition at line 82 of file strategy-info-host.hpp.
◆ getName()
const Name& nfd::measurements::Entry::getName |
( |
| ) |
const |
|
inlinenoexcept |
◆ getStrategyInfo()
template<typename T >
T* nfd::StrategyInfoHost::getStrategyInfo |
( |
| ) |
const |
|
inlineinherited |
Get a StrategyInfo item.
- Template Parameters
-
- Returns
- an existing StrategyInfo item of type T, or nullptr if it does not exist
Definition at line 46 of file strategy-info-host.hpp.
◆ insertStrategyInfo()
template<typename T , typename ... A>
std::pair<T*, bool> nfd::StrategyInfoHost::insertStrategyInfo |
( |
A &&... |
args | ) |
|
|
inlineinherited |
Insert a StrategyInfo item.
- Template Parameters
-
- Returns
- a new or existing StrategyInfo item of type T, and true for new item, false for existing item
Definition at line 64 of file strategy-info-host.hpp.