Guitarix
table1d_imp< tab_size > Struct Template Reference

#include <valve.h>

Public Member Functions

 operator table1d & () const
 

Public Attributes

float low
 
float high
 
float istep
 
int size
 
float data [tab_size]
 

Detailed Description

template<int tab_size>
struct table1d_imp< tab_size >

Definition at line 49 of file valve.h.

Member Function Documentation

◆ operator table1d &()

template<int tab_size>
table1d_imp< tab_size >::operator table1d & ( ) const
inline

Definition at line 55 of file valve.h.

Member Data Documentation

◆ data

template<int tab_size>
float table1d_imp< tab_size >::data[tab_size]

Definition at line 54 of file valve.h.

◆ high

template<int tab_size>
float table1d_imp< tab_size >::high

Definition at line 51 of file valve.h.

◆ istep

template<int tab_size>
float table1d_imp< tab_size >::istep

Definition at line 52 of file valve.h.

◆ low

template<int tab_size>
float table1d_imp< tab_size >::low

Definition at line 50 of file valve.h.

◆ size

template<int tab_size>
int table1d_imp< tab_size >::size

Definition at line 53 of file valve.h.


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