Helper class that contains methods to fill arrays with elements of all types. More...
#include <ArrayUtilities.h>
Public Member Functions | |
ArrayUtilities () | |
constructor | |
void | fillArray (const std::string &arrayElements, T *array) |
this method fills the array passed by parameter with the arrayElements. |
Helper class that contains methods to fill arrays with elements of all types.
Definition at line 20 of file ArrayUtilities.h.
fesa::ArrayUtilities< T >::ArrayUtilities | ( | ) | [inline] |
constructor
Definition at line 39 of file ArrayUtilities.h.
void fesa::ArrayUtilities< T >::fillArray | ( | const std::string & | arrayElements, | |
T * | array | |||
) | [inline] |
this method fills the array passed by parameter with the arrayElements.
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().