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

explicit array template instantiation for standard template parameters (implementation) More...

#include <complex>
#include <contxx/binarray.h>
#include <contxx/shape/densestrided.h>
#include <contxx/shape/densestrided_repr.h>
Include dependency graph for binarray.cc:

Go to the source code of this file.

Macros

#define TF_BINARRAY_CC_VERSION   "TF_BINARRAY_CC V1.1 "
 
#define TF_COMPILING_LIBRARY
 

Detailed Description

explicit array template instantiation for standard template parameters (implementation)


Author
Thomas Forbriger
Date
01/05/2002

explicit array template instantiation for standard template parameters


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

(implementation)

We have to compile into separate object files. Up to now the linker is not able to extract only those classes that re definitely used by our code. This is only possible if every class is compiled into a different object file. To accomplish multiple object files from only one source file, we pass template parameters through preprocessor macros.

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

REVISIONS and CHANGES

  • 01/05/2002 V1.0 Thomas Forbriger
  • 22/11/2002 V1.1 shifted to Strided being default shape

Definition in file binarray.cc.