Public Member Functions | Public Attributes

sequence Struct Reference

Generator object for a strided sequence of ints. More...

#include <stl_utils.h>

List of all members.

Public Member Functions

 sequence (int _start=0, int _stride=1)
int operator() ()

Public Attributes

int value
int stride

Detailed Description

Generator object for a strided sequence of ints.

Definition at line 60 of file stl_utils.h.


Constructor & Destructor Documentation

sequence ( int  _start = 0,
int  _stride = 1 
) [inline]

Definition at line 63 of file stl_utils.h.


Member Function Documentation

int operator() (  ) [inline]

Definition at line 66 of file stl_utils.h.


Member Data Documentation

int stride

Definition at line 61 of file stl_utils.h.

int value

Definition at line 61 of file stl_utils.h.


The documentation for this struct was generated from the following file:
Muster. Copyright © 2010, Lawrence Livermore National Laboratory, LLNL-CODE-433662.
Distribution of Muster and its documentation is subject to terms of the Muster LICENSE.
Generated on Mon Dec 20 2010 using Doxygen 1.7.2