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

external deep copy function (prototypes) More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 aff
 Root namespace of library.
 

Macros

#define AFF_DEEPCOPY_H_VERSION   "AFF_DEEPCOPY_H V1.2"
 

Functions

template<class S , class T >
void aff::deepcopy (const S &source, T &target)
 deep copy More...
 

Detailed Description

external deep copy function (prototypes)


Author
Thomas Forbriger
Date
29/12/2002

external deep copy function (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

See also
aff::deepcopy
aff::Array::copyin
aff::Series::copyin

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

REVISIONS and CHANGES

  • 29/12/2002 V1.0 Thomas Forbriger
  • 03/01/2003 V1.1 (thof)
    • placed deepcopy in namespace aff
  • 04/01/2003 V1.2 (thof)
    • now is able to handle slice and subarray classes if they provide an appropriate Tcontainer typedef
    • uhh source/target type mismatch resolved

Definition in file deepcopy.h.