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

Recursive add 1 generator (iota function) More...

#include <gen.h>

Inheritance diagram for RAdd1< T >:
Val< T >

List of all members.

Public Member Functions

operator[] (uint32_t i) const
 Array get; generates next element.
 RAdd1 (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<class T = gam::real>
struct gam::gen::RAdd1< T >

Recursive add 1 generator (iota function)


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