ADTF
|
Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Classes | |
class | cMultiArrayIndex |
Multi dimensional index class used to dynamically address elements in a multi array. More... | |
class | cMultiArray< T > |
Multi dimensional array class template. More... | |
Namespaces | |
A_UTILS_NS | |
ADTF A_UTIL Namespace - Within adtf this is used as adtf::util or adtf_util. | |
Typedefs | |
typedef cMultiArrayIndex | cMultiArrayDimensions |
Type to specify array dimensions. More... | |
Functions | |
tBool | operator== (const cMultiArrayIndex &o_A, const cMultiArrayIndex &o_B) |
Comparison operator. More... | |
tBool | operator!= (const cMultiArrayIndex &o_A, const cMultiArrayIndex &o_B) |
Comparison operator. More... | |
template<typename T > | |
cString | MultiArrayToString (const cMultiArray< T > &oArray) |
Base templated function to serialize a cMultiArray into a string. More... | |
template<> | |
cString | MultiArrayToString< tInt > (const cMultiArray< tInt > &oArray) |
tInt specialization for the MultiArrayToString function More... | |
template<> | |
cString | MultiArrayToString< tFloat32 > (const cMultiArray< tFloat32 > &oArray) |
tFloat32 specialization for the MultiArrayToString function More... | |
template<> | |
cString | MultiArrayToString< tFloat64 > (const cMultiArray< tFloat64 > &oArray) |
tFloat64 specialization for the MultiArrayToString function More... | |
template<typename T > | |
tResult | ParseMultiArrayFromString (const cString &strRepr, cMultiArray< T > &arrDest) |
Base templated function to parse a cMultiArray from a string representation. More... | |
template<> | |
tResult | ParseMultiArrayFromString< tInt > (const cString &strRepr, cMultiArray< tInt > &arrDest) |
tInt specialization for the ParseMultiArrayFromString function More... | |
template<> | |
tResult | ParseMultiArrayFromString< tFloat32 > (const cString &strRepr, cMultiArray< tFloat32 > &arrDest) |
tFloat32 specialization for the ParseMultiArrayFromString function More... | |
template<> | |
tResult | ParseMultiArrayFromString< tFloat64 > (const cString &strRepr, cMultiArray< tFloat64 > &arrDest) |
tFloat64 specialization for the ParseMultiArrayFromString function More... | |