Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::Options::VariableIntegers Struct Reference

#include <acts/blob/sPHENIX/Examples/Framework/include/ActsExamples/Utilities/Options.hpp>

+ Collaboration diagram for ActsExamples::Options::VariableIntegers:

Public Attributes

std::vector< int > values
 

Detailed Description

An arbitrary number of integers as one user option.

Note
Making this a std::vector<int> typedef or subclass confuses program options, since std::vector<int> is interpreted as an int option that can be provided multiple times.

Definition at line 70 of file Options.hpp.

View newest version in sPHENIX GitHub at line 70 of file Options.hpp

Member Data Documentation

std::vector<int> ActsExamples::Options::VariableIntegers::values

Definition at line 71 of file Options.hpp.

View newest version in sPHENIX GitHub at line 71 of file Options.hpp

Referenced by ActsExamples::Options::operator<<(), and ActsExamples::Options::operator>>().


The documentation for this struct was generated from the following file: