senf::console::detail::MapArgumentTraits< Collection > Struct Template Reference

List of all members.


Detailed Description

template<class Collection>
struct senf::console::detail::MapArgumentTraits< Collection >

Definition at line 75 of file STLSupport.ih.


Public Types

typedef Collection  type

Static Public Member Functions

static void  parse (ParseCommandInfo::TokensRange const &tokens, Collection &out)
static std::string  description ()
static std::string  str (Collection const &value)

Static Public Attributes

static bool const  singleToken = false

Member Typedef Documentation

template<class Collection >
typedef Collection senf::console::detail::MapArgumentTraits< Collection >::
type

Definition at line 77 of file STLSupport.ih.


Member Function Documentation

template<class Collection >
static std::string senf::console::detail::MapArgumentTraits< Collection >::
description ()

template<class Collection >
static void senf::console::detail::MapArgumentTraits< Collection >::
parse ( ParseCommandInfo::TokensRange const &  tokens,
Collection &  out )

template<class Collection >
static std::string senf::console::detail::MapArgumentTraits< Collection >::
str ( Collection const &  value )

Member Data Documentation

template<class Collection >
bool const senf::console::detail::MapArgumentTraits< Collection >::singleToken = false
[static]

Definition at line 78 of file STLSupport.ih.


The documentation for this struct was generated from the following file: