Gamma  0.9.5
Generic Synthesis Library
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Val< T > Struct Template Reference

Single value generator. More...

#include <gen.h>

Inheritance diagram for Val< T >:
Nyquist< T > RAdd< T > RAdd1< T > RAddN< N, T > RCos< T > Recip< T > RMul< T > RMulAdd< T > RSin< T >

List of all members.

Public Member Functions

 Val ()
 Constructor.
 Val (const T &v)
 Constructor.
Valoperator= (const T &v)
 Set value.
operator() () const
 Generate next value.
T & operator[] (uint32_t i)
 Array set; sets current value.
operator[] (uint32_t i) const
 Array get; generates next element.

Public Attributes

val
 Value.

Detailed Description

template<class T = gam::real>
struct gam::gen::Val< T >

Single value generator.


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