EPOK RUNTIME
epok::instrument::preparation::Cache
Struct
Struct
Struct declared by the instrument-preparation module for the instrument preparation module.
Basic usage
This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.
C++ example
#include "instrument_preparation.hpp"
// Assume these named values have been initialized with valid data:
// Key * k
// synth::State * s
// uint16_t * b
// uint16_t n
// uint16_t bs
epok::instrument::preparation::Cache value(k, s, b, n, bs);Fields and constants
bucket_sizeExposes `bucket_size` on `epok::instrument::preparation::Cache` for the instrument preparation module.FieldbucketsExposes `buckets` on `epok::instrument::preparation::Cache` for the instrument preparation module.FieldcapacityExposes `capacity` on `epok::instrument::preparation::Cache` for the instrument preparation module.FieldcountExposes `count` on `epok::instrument::preparation::Cache` for the instrument preparation module.Fieldevent_capacityExposes `event_capacity` on `epok::instrument::preparation::Cache` for the instrument preparation module.Fieldevent_mapExposes `event_map` on `epok::instrument::preparation::Cache` for the instrument preparation module.FieldkeysExposes `keys` on `epok::instrument::preparation::Cache` for the instrument preparation module.FieldpitchesExposes `pitches` on `epok::instrument::preparation::Cache` for the instrument preparation module.FieldreadyExposes `ready` on `epok::instrument::preparation::Cache` for the instrument preparation module.Fieldreference_capacityExposes `reference_capacity` on `epok::instrument::preparation::Cache` for the instrument preparation module.Fieldreference_countExposes `reference_count` on `epok::instrument::preparation::Cache` for the instrument preparation module.FieldreferencesExposes `references` on `epok::instrument::preparation::Cache` for the instrument preparation module.FieldstatesNull only during host capacity analysis.Field