
Definition at line 56 of file Traits.ih.
Public Types |
|
| typedef ArgumentTraits < typename MatchingShortType < CharT >::type > |
base |
| typedef CharT | type |
Static Public Member Functions |
|
| static void | parse (ParseCommandInfo::TokensRange const &tokens, CharT &out) |
| static std::string | description () |
| String description of type. |
|
| typedef ArgumentTraits<typename MatchingShortType<CharT>::type> senf::console::detail::CharArgumentTraits< CharT >:: | ||||
| base | ||||
| typedef CharT senf::console::detail::CharArgumentTraits< CharT >:: | ||||
| type | ||||
Reimplemented from senf::console::ArgumentTraits< MatchingShortType< CharT >::type >.
| std::string senf::console::detail::CharArgumentTraits< CharT >:: | ||||
| description | () | |||
String description of type.
Returns the string description of Type. Used to generate online help.
Reimplemented from senf::console::ArgumentTraits< MatchingShortType< CharT >::type >.
Definition at line 125 of file Traits.cti.
| void senf::console::detail::CharArgumentTraits< CharT >:: | ||||
| parse | ( | ParseCommandInfo::TokensRange const & | tokens, | |
| CharT & | out | ) | ||
Definition at line 117 of file Traits.cti.