Two element delay.
More...
#include <Delay.h>
List of all members.
Public Member Functions |
| Delay2 (const T &v=T()) |
| Delay2 (const T &v2, const T &v1) |
T & | operator[] (uint32_t i) |
| Set nth delayed element.
|
const T & | operator[] (uint32_t i) const |
| Get nth delayed element.
|
T * | elems () |
| Get elements.
|
T | operator() (const T &v) const |
| Input element and return Nth delayed element.
|
Static Public Member Functions |
static uint32_t | size () |
| Get size of delay.
|
Detailed Description
template<class T = gam::real>
class gam::Delay2< T >
Two element delay.
Constructor & Destructor Documentation
- Parameters:
-
[in] | v | Initial value of elements |
Delay2 |
( |
const T & |
v2, |
|
|
const T & |
v1 |
|
) |
| |
- Parameters:
-
[in] | v2 | Initial value of 2nd delayed element |
[in] | v1 | Initial value of 1st delayed element |
The documentation for this class was generated from the following file:
- /Users/ljp/code/gamma/trunk/Gamma/Delay.h