Version: 3.1.0
wxCmdLineArgs Class Reference

#include <wx/cmdline.h>

Detailed Description

An ordered collection of wxCmdLineArg providing an iterator to enumerate the arguments passed on command line.

See also
wxCmdLineParser::GetArguments()
Since
3.1.0

Public Member Functions

const_iterator begin () const
 
const_iterator end () const
 
size_t size () const
 Returns the number of command line arguments in this collection. More...
 

Member Function Documentation

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.