Home
last modified time | relevance | path

Searched refs:arg_list_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/kyua/utils/cmdline/
H A Dbase_command.cpp50 const std::string& arg_list_, in command_proto() argument
55 _arg_list(arg_list_), in command_proto()
170 const std::string& arg_list_, in base_command_no_data() argument
174 command_proto(name_, arg_list_, min_args_, max_args_, short_description_) in base_command_no_data()
H A Dbase_command.ipp57 /// \param arg_list_ A textual description of the arguments received by the
65 const std::string& arg_list_,
69 command_proto(name_, arg_list_, min_args_, max_args_, short_description_)