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

external class to create slices (prototypes) More...

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

Go to the source code of this file.

Classes

class  aff::util::Slice< C >
 Create slices. More...
 

Namespaces

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

Macros

#define AFF_SLICE_H_VERSION   "AFF_SLICE_H V1.4"
 

Functions

template<class C >
aff::util::Slice< C > aff::slice (const C &c)
 Wrapper function to select correct type. More...
 

Detailed Description

external class to create slices (prototypes)


Author
Thomas Forbriger
Date
19/12/2002

external class to create slices (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

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

REVISIONS and CHANGES

  • 19/12/2002 V1.0 Thomas Forbriger
  • 29/12/2002 V1.1 (thof)
    • rework class to operate on ConstArray too
    • introduced aff::slice
    • removed default constructor and reinitialization operator
  • 02/01/2003 V1.2 (thof)
    • function slice was placed outside namespace aff
  • 04/01/2003 V1.3 (thof)
  • 09/01/2003 V1.4 (thof)
    • now throws exception in case of too many concatenated bracket operators

Definition in file slice.h.