Searched defs:CommonArgProperties (Results 1 – 1 of 1) sorted by relevance
4186 struct CommonArgProperties { struct4187 CommonArgProperties() {} in CommonArgProperties() argument4188 …CommonArgProperties( Detail::BoundArgFunction<ConfigT> const& _boundField ) : boundField( _boundFi… in CommonArgProperties() argument4190 Detail::BoundArgFunction<ConfigT> boundField;4191 std::string description;4192 std::string detail;4193 std::string placeholder; // Only value if boundField takes an arg4195 bool takesArg() const { in takesArg()4198 void validate() const { in validate()