21 #ifndef __ANTARES_LIBS_STUDY_ACTION_SETTINGS_SUFFIXCONSTRAINT_NAME_HXX__
22 #define __ANTARES_LIBS_STUDY_ACTION_SETTINGS_SUFFIXCONSTRAINT_NAME_HXX__
24 namespace Antares::Action::Settings
26 template<
class StringT>
51 inline bool SuffixConstraintName::shouldPrepareRootNode()
const
ActionInformations pInfos
All data related to the action.
Definition: action.h:170
virtual ~SuffixConstraintName()
Destructor.
Definition: suffix-for-constraint-names.hxx:37
virtual bool performWL(Context &ctx)
Perform the action.
Definition: suffix-for-constraint-names.hxx:41
virtual bool autoExpand() const
Auto-expand.
Definition: suffix-for-constraint-names.hxx:46
SuffixConstraintName(const StringT &value, bool enabled=true)
Default constructor.
Definition: suffix-for-constraint-names.hxx:27