|
HART
0.2.0
High level Audio Regression and Testing
|
This is the complete list of members for MetricQuery< ValueType >, including all inherited members.
| as(Unit requestedUnit) const | MetricQuery< ValueType > | inline |
| at(Slice slice) const | MetricQuery< ValueType > | inline |
| ch(size_t channel) const | MetricQuery< ValueType > | inline |
| ch(std::initializer_list< size_t > channels) const | MetricQuery< ValueType > | inline |
| ch(std::initializer_list< std::pair< size_t, size_t > > channels) const | MetricQuery< ValueType > | inline |
| ch(const ChannelFlags &channelFlags) const | MetricQuery< ValueType > | inline |
| ChannelPairMetricEvaluator typedef | MetricQuery< ValueType > | |
| get(ReducerType reducer) const -> ReducerResultType< ReducerType, typename std::vector< ValueType >::const_iterator > | MetricQuery< ValueType > | inline |
| get() const | MetricQuery< ValueType > | inline |
| MetricQuery(SingleChannelMetricEvaluator evaluator, size_t totalNumChannels, std::vector< size_t > &&defaultChannelsToProcess) | MetricQuery< ValueType > | inline |
| MetricQuery(ChannelPairMetricEvaluator evaluator, size_t totalNumChannelsA, size_t totalNumChannelsB, std::vector< std::pair< size_t, size_t > > &&defaultChannelPairsToProcess) | MetricQuery< ValueType > | inline |
| operator ValueType() const | MetricQuery< ValueType > | inline |
| SingleChannelMetricEvaluator typedef | MetricQuery< ValueType > |