Searched refs:placeholder (Results 1 – 2 of 2) sorted by relevance
4674 std::string placeholder; // Only value if boundField takes an arg member4677 return !placeholder.empty(); in takesArg()4711 using CommonArgProperties<ConfigT>::placeholder; // !TBD4736 if( !placeholder.empty() ) in commands()4737 oss << " <" << placeholder << ">"; in commands()4772 void bind( M C::* field, std::string const& placeholder ) { in bind() argument4774 m_arg->placeholder = placeholder; in bind()4784 void bind( void (C::* unaryMethod)( M ), std::string const& placeholder ) { in bind() argument4786 m_arg->placeholder = placeholder; in bind()4809 void bind( void (* binaryFunction)( C&, T ), std::string const& placeholder ) { in bind() argument[all …]
171 * use it as an opportunity to put special placeholder markers on the field