#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | TargetList |
Manage a list of targets, can be created/modified using either an integer, a name, a list of integers given in a string (e.g. "1,3,5,10-15"), or a list of names given in a string (e.g. "componentA,componentB"). More... | |