MCPcopy Create free account
hub / github.com/OpenMC2/OpenMC2 / cmdline_info

Method cmdline_info

src/CommandLine.cpp:29–33  ·  view source on GitHub ↗

mc2: 0x00612F80

Source from the content-addressed store, hash-verified

27
28// mc2: 0x00612F80
29cmdline_info::cmdline_info(std::int32_t index, const char *name, const char *desc) :
30index(index), name(name), desc(desc), value(nullptr) {
31 next = global_cmdline;
32 global_cmdline = this;
33}
34
35// mc2: 0x006131E0
36void parse_commandline(std::int32_t argc, char **argv) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected