24 #ifndef MSPhaseDefinition_h
25 #define MSPhaseDefinition_h
89 const std::string& stateArg)
93 minDuration = minDurationArg < 0 ? durationArg : minDurationArg;
94 maxDuration = maxDurationArg < 0 ? durationArg : maxDurationArg;
118 if (
state.find_first_of(
"gG") == std::string::npos) {
121 if (
state.find_first_of(
"yY") != std::string::npos) {