! @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). */
| 496 | otherwise unprocessed arguments). |
| 497 | */ |
| 498 | inline int FileCount() const { return m_argc - m_nLastArg; } |
| 499 | |
| 500 | /*! @brief Return the specified file argument. |
| 501 |
nothing calls this directly
no outgoing calls
no test coverage detected