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

test array class template (implementation) More...

#include <aff/dump.h>
#include <aff/array.h>
#include <aff/shaper.h>
#include <aff/subarray.h>
Include dependency graph for arraytest.cc:

Go to the source code of this file.

Macros

#define AFF_ARRAYTEST_CC_VERSION   "AFF_ARRAYTEST_CC V1.3"
 
#define CONT_INDEXCHECK
 

Functions

void section (const char *s, const char l='-')
 print headline More...
 
int main ()
 test array functionality More...
 

Detailed Description

test array class template (implementation)


Author
Thomas Forbriger
Date
09/06/2002

test array class template (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

  • 09/06/2002 V1.0 Thomas Forbriger
  • 25/11/2002 V1.1 whole array assign
  • 19/12/2002 V1.2 now works for libaff
  • 28/12/2002 V1.3 (thof)
    • new term for containers of const elements
  • 03/01/2003 V1.4 (thof)
    • now tests copyout function

Definition in file arraytest.cc.