#include <wx/cmdline.h>
An ordered collection of wxCmdLineArg providing an iterator to enumerate the arguments passed on command line.
- See Also
- wxCmdLineParser::GetArguments()
- Since
- 3.1.0
|
const_iterator | begin () const |
|
const_iterator | end () const |
|
size_t | size () const |
| Returns the number of command line arguments in this collection.
|
|
const_iterator wxCmdLineArgs::begin |
( |
| ) |
const |
const_iterator wxCmdLineArgs::end |
( |
| ) |
const |
size_t wxCmdLineArgs::size |
( |
| ) |
const |
Returns the number of command line arguments in this collection.