fesa::ArrayUtilities< T > Class Template Reference

Helper class that contains methods to fill arrays with elements of all types. More...

#include <ArrayUtilities.h>

List of all members.

Public Member Functions

 ArrayUtilities ()
 constructor
void fillArray (const std::string &arrayElements, T *array)
 this method fills the array passed by parameter with the arrayElements.

Detailed Description

template<typename T>
class fesa::ArrayUtilities< T >

Helper class that contains methods to fill arrays with elements of all types.

Definition at line 20 of file ArrayUtilities.h.


Constructor & Destructor Documentation

template<typename T >
fesa::ArrayUtilities< T >::ArrayUtilities (  )  [inline]

constructor

Definition at line 39 of file ArrayUtilities.h.


Member Function Documentation

template<typename T >
void fesa::ArrayUtilities< T >::fillArray ( const std::string &  arrayElements,
T *  array 
) [inline]

this method fills the array passed by parameter with the arrayElements.

Parameters:
arrayElements elements of the array separated by comma
array pointer to the array that will be filled

Definition at line 44 of file ArrayUtilities.h.

References fesa::StringUtilities::getElements(), and fesa::Converter< T >::stringToValue().


The documentation for this class was generated from the following file:

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1