Epok Engine

EPOK RUNTIME

epok::instrument::preparation::Cache

Struct

Struct

Struct declared by the instrument-preparation module for the instrument preparation module.

Namespace
epok::instrument::preparation
Header
instrument_preparation.hpp
Include
#include "instrument_preparation.hpp"
Module
instrument-preparation
Source
runtime/instrument_preparation.hpp:67

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

Constructors

Public methods