MCPcopy Create free account
hub / github.com/chrxh/alien / encodeDecode

Method encodeDecode

source/PersisterInterface/ParameterParser.h:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212template <typename T>
213bool ParameterParser::encodeDecode(boost::property_tree::ptree& tree, T& value, T const& defaultValue, std::string const& node, ParserTask task)
214{
215 return detail::encodeDecodeImpl(tree, value, defaultValue, node, task);
216}
217
218template <typename T>
219bool ParameterParser::encodeDecodeWithEnabled(

Callers

nothing calls this directly

Calls 1

encodeDecodeImplFunction · 0.85

Tested by

no test coverage detected