The Sparta Modeling Framework
|
Parser helper for named_value_type. More...
#include <MultiDetailOptions.hpp>
Static Public Member Functions | |
static void | parse_ (const named_value_type< ArgT > &nvt, boost::any &value_store, const std::vector< std::basic_string< char > > &new_tokens) |
Default implementation of parse_ - overridden in class template specializations. | |
Parser helper for named_value_type.
Definition at line 114 of file MultiDetailOptions.hpp.
|
inlinestatic |
Default implementation of parse_ - overridden in class template specializations.
Invokes the corresponding named_value_type's base_class' parser
Definition at line 123 of file MultiDetailOptions.hpp.