|
DDASToys for NSCLDAQ
6.2-000
|
Functions to convert lists of comma-delimited integers to a vector of ints. More...

Functions | |
| vector< int > | stringListToIntegers (string items) |
Functions to convert lists of comma-delimited integers to a vector of ints.
| vector<int> stringListToIntegers | ( | string | items | ) |
This is most useful in decoding things like:
* ... --exclude=1,2,3 ... *