MCPcopy Create free account
hub / github.com/aria2/aria2 / createPossibleValuesString

Method createPossibleValuesString

src/OptionHandlerImpl.cc:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99std::string BooleanOptionHandler::createPossibleValuesString() const
100{
101 return "true, false";
102}
103
104IntegerRangeOptionHandler::IntegerRangeOptionHandler(
105 PrefPtr pref, const char* description, const std::string& defaultValue,

Calls 8

fmtFunction · 0.85
itosFunction · 0.85
copyFunction · 0.85
stripFunction · 0.85
beginMethod · 0.45
endMethod · 0.45
strMethod · 0.45
emptyMethod · 0.45