arduino-audio-tools
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | List of all members
Array< T, LEN > Class Template Reference

#include <FFTReal.h>

Public Types

typedef T DataType
 

Public Member Functions

 Array ()
 
DataTypeoperator[] (long pos)
 
const DataTypeoperator[] (long pos) const
 

Static Public Member Functions

static long size ()
 

Member Typedef Documentation

◆ DataType

template<class T , long LEN>
typedef T DataType

Constructor & Destructor Documentation

◆ Array()

template<class T , long LEN>
Array ( )

Member Function Documentation

◆ operator[]() [1/2]

template<class T , long LEN>
Array< T, LEN >::DataType & operator[] ( long  pos)
inline

◆ operator[]() [2/2]

template<class T , long LEN>
const Array< T, LEN >::DataType & operator[] ( long  pos) const
inline

◆ size()

template<class T , long LEN>
long size ( )
inlinestatic

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