MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / Option

Method Option

MonaBase/sources/Option.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29Option::Option(const char* fullName, const char* shortName) :
30 _shortName(shortName ? shortName : ""),
31 _fullName(fullName ? fullName : ""),
32 _required(false),
33 _repeatable(false),
34 _argRequired(false) {
35}
36
37
38Option::Option(const char* fullName, const char* shortName, const string& description, bool required) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected