AFF --- A container for numbers (array) by Friederich and Forbriger.
stridedstepper.h File Reference

Stepper class for strided shapes (prototypes) More...

#include <aff/lib/strided.h>
Include dependency graph for stridedstepper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  aff::util::StridedStepper
 A stepper for all strided shapes. More...
 

Namespaces

 aff
 Root namespace of library.
 
 aff::util
 Internal utilities.
 

Macros

#define AFF_STRIDEDSTEPPER_H_VERSION   "AFF_STRIDEDSTEPPER,H_H V1.3"
 

Detailed Description

Stepper class for strided shapes (prototypes)


Author
Thomas Forbriger
Since
08/12/2002

Stepper class for strided shapes (prototypes)


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Note
You will not include this header directly. It is included through array.h or binarray.h

Copyright (c) 2002 by Thomas Forbriger (IMG Frankfurt)

REVISIONS and CHANGES

  • 08/12/2002 V1.0 copied from libcontxx
  • 15/12/2002 V1.1 (thof)
    • never place in namespace prebuilt
  • 18/12/2002 V1.2 (thof)
    • reorganized the whole thing
  • 19/12/2002 V1.3 (thof)
    • introduced Mvalid; cycling full array needs and invalidate AFTER passing the first or last element

Definition in file stridedstepper.h.