MCPcopy Create free account
hub / github.com/digego/extempore / OptionArg

Method OptionArg

include/SimpleOpt.h:477–477  ·  view source on GitHub ↗

! @brief Return the argument for the current option where one exists. If there is no argument for the option, this will return NULL. This function is available only when Next() has returned true. */

Source from the content-addressed store, hash-verified

475 This function is available only when Next() has returned true.
476 */
477 inline SOCHAR * OptionArg() const { return m_pszOptionArg; }
478
479 /*! @brief Validate and return the desired number of arguments.
480

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected