! @brief Return the array of files. */
| 509 | |
| 510 | /*! @brief Return the array of files. */ |
| 511 | inline SOCHAR ** Files() const { return &m_argv[m_nLastArg]; } |
| 512 | |
| 513 | private: |
| 514 | CSimpleOptTempl(const CSimpleOptTempl &); // disabled |
nothing calls this directly
no outgoing calls
no test coverage detected