AFF --- A container for numbers (array) by Friederich and Forbriger.
|
converters for AFF containers More...
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... | |
converters for AFF containers
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
REVISIONS and CHANGES
Definition in file converters.h.