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

Method FileCount

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

! @brief Returned the number of entries in the Files() array. After Next() has returned false, this will be the list of files (or otherwise unprocessed arguments). */

Source from the content-addressed store, hash-verified

496 otherwise unprocessed arguments).
497 */
498 inline int FileCount() const { return m_argc - m_nLastArg; }
499
500 /*! @brief Return the specified file argument.
501

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected