MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / add_argument

Method add_argument

src/apputils/argparse.cpp:278–282  ·  view source on GitHub ↗

Add an argument to this sublist option

Source from the content-addressed store, hash-verified

276
277// Add an argument to this sublist option
278void
279ArgOption::add_argument (const char *argv)
280{
281 m_argv.push_back (argv);
282}
283
284
285

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected