|
DDASToys for NSCLDAQ
6.2-000
|
Definition of functions to convert strings of comma-delimited integers to a vector of ints. More...
#include <string>#include <vector>#include <CInvalidArgumentException.h>

Go to the source code of this file.
Functions | |
| std::vector< int > | stringListToIntegers (std::string items) |
| aA unbound function that takes a comma separated list of integer (in string form) and converts them into a vector of ints. * More... | |
Definition of functions to convert strings of comma-delimited integers to a vector of ints.
| std::vector<int> stringListToIntegers | ( | std::string | items | ) |
aA unbound function that takes a comma separated list of integer (in string form) and converts them into a vector of ints. *
| items | Stringified comma separated list of integers. * |
| CInvalidArgumentException | Throws back to the caller if the item type is not a convertable type. |