DDASToys for NSCLDAQ  6.2-000
Functions
StringsToIntegers.cpp File Reference

Functions to convert lists of comma-delimited integers to a vector of ints. More...

#include "StringsToIntegers.h"
#include <map>
#include <DataFormat.h>
Include dependency graph for StringsToIntegers.cpp:

Functions

vector< int > stringListToIntegers (string items)
 

Detailed Description

Functions to convert lists of comma-delimited integers to a vector of ints.

Function Documentation

◆ stringListToIntegers()

vector<int> stringListToIntegers ( string  items)

This is most useful in decoding things like:

*   ... --exclude=1,2,3 ...
*