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

test helpers like iterator, subarray and slice (implementation) More...

#include <aff/array.h>
#include <aff/dump.h>
#include <aff/shaper.h>
#include <aff/iterator.h>
#include <aff/subarray.h>
#include <aff/slice.h>
#include <aff/Carray.h>
#include <aff/converters.h>
Include dependency graph for helpertest.cc:

Go to the source code of this file.

Macros

#define AFF_HELPERTEST_CC_VERSION   "AFF_HELPERTEST_CC V1.4"
 

Functions

void section (const char *s, const char l='-')
 print headline More...
 
template<class T >
void printarray (const ConstArray< T > &array)
 test for passing subarrays and slices More...
 
int main ()
 test helper classes More...
 

Detailed Description

test helpers like iterator, subarray and slice (implementation)


Author
Thomas Forbriger
Date
23/12/2002

test helpers like iterator, subarray and slice (implementation)


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

  • 23/12/2002 V1.0 Thomas Forbriger
  • 28/12/2002 V1.1 (thof)
    • new term for containers of const elements
  • 29/12/2002 V1.2 (thof)
    • new subarray function
    • test subarray of ConstArray
    • new slice function
    • test slice of ConstArray
    • now no resolution conflicts with const containers are experienced anymore
  • 10/12/2007 V1.3 (thof)
    • scanning a const array requires a Browser
  • 15/05/2011 V1.4 (thof)

Definition in file helpertest.cc.