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

Recursive add integer generator. More...

#include <gen.h>

Inheritance diagram for RAddN< N, T >:
Val< T >

List of all members.

Public Member Functions

operator[] (uint32_t i) const
 Array get; generates next element.
 RAddN (const T &val=T(0))
 Constructor.
operator() () const
 Generate next value.
T & operator[] (uint32_t i)
 Array set; sets current value.

Public Attributes

val
 Value.

Detailed Description

template<int N = 1, class T = gam::real>
struct gam::gen::RAddN< N, T >

Recursive add integer generator.


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