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

#include <FFTReal.h>

Public Types

typedef T DataType
 

Public Member Functions

 DynArray ()
 
 DynArray (long size)
 
 ~DynArray ()
 
DataTypeoperator[] (long pos)
 
const DataTypeoperator[] (long pos) const
 
void resize (long size)
 
long size () const
 

Member Typedef Documentation

◆ DataType

template<class T >
typedef T DataType

Constructor & Destructor Documentation

◆ DynArray() [1/2]

template<class T >
DynArray ( )

◆ DynArray() [2/2]

template<class T >
DynArray ( long  size)
explicit

◆ ~DynArray()

template<class T >
~DynArray ( )

Member Function Documentation

◆ operator[]() [1/2]

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

◆ operator[]() [2/2]

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

◆ resize()

template<class T >
void resize ( long  size)
inline

◆ size()

template<class T >
long size ( ) const
inline

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