ardour
Public Member Functions | Public Attributes | List of all members
Evoral::ControlList::LookupCache Struct Reference

#include <ControlList.hpp>

Public Member Functions

 LookupCache ()
 

Public Attributes

double left
 
std::pair
< ControlList::const_iterator,
ControlList::const_iterator
range
 

Detailed Description

Lookup cache for eval functions, range contains equivalent values

Definition at line 212 of file ControlList.hpp.

Constructor & Destructor Documentation

Evoral::ControlList::LookupCache::LookupCache ( )
inline

Definition at line 213 of file ControlList.hpp.

Member Data Documentation

double Evoral::ControlList::LookupCache::left

Definition at line 214 of file ControlList.hpp.

std::pair<ControlList::const_iterator,ControlList::const_iterator> Evoral::ControlList::LookupCache::range

Definition at line 215 of file ControlList.hpp.


The documentation for this struct was generated from the following file: