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

converters for AFF containers More...

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

Go to the source code of this file.

Classes

class  aff::CSeries< T >
 access Series contents through raw memory More...
 

Namespaces

 aff
 Root namespace of library.
 

Macros

#define AFF_CONVERTERS_H_VERSION   "AFF_CONVERTERS_H V1.0 "
 

Functions

template<class T >
aff::Series< T > aff::series_from_array (const aff::Array< T > &array)
 create a series container from an array container. More...
 
template<class T >
aff::ConstSeries< T > aff::series_from_array (const aff::ConstArray< T > &array)
 create a series container from an array container. More...
 
template<class T >
aff::Array< T > aff::array_from_series (const aff::Series< T > &array)
 create an array container from a series container. More...
 
template<class T >
aff::ConstArray< T > aff::array_from_series (const aff::ConstSeries< T > &array)
 create an array container from a series container. More...
 
template<class T >
aff::Series< T > aff::series_from_raw_memory (T *pointer, const unsigned int size)
 create a series class from raw memory. More...
 

Detailed Description

converters for AFF containers


Author
Thomas Forbriger
Date
15/05/2011

converters for AFF containers

Copyright (c) 2011 by Thomas Forbriger (BFO Schiltach)


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

REVISIONS and CHANGES

  • 15/05/2011 V1.0 Thomas Forbriger

Definition in file converters.h.