MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / IntegerDesc

Class IntegerDesc

Source/Utils/cxxopts.hpp:554–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552 namespace parser_tool
553 {
554 struct IntegerDesc
555 {
556 std::string negative = "";
557 std::string base = "";
558 std::string value = "";
559 };
560 struct ArguDesc {
561 std::string arg_name = "";
562 bool grouping = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected