75 std::string
arg(
int index )
const;
86 {
return arg( index ); }
91 void add(
const std::string &
arg );
105 void replace(
int index,
const std::string &
arg );
114 int find(
const std::string & argName )
const;
int find(const std::string &argName) const
Definition YCommandLine.cc:138
void remove(int index)
Definition YCommandLine.cc:120
int argc() const
Definition YCommandLine.cc:80
~YCommandLine()
Definition YCommandLine.cc:73
std::string operator[](int index) const
Definition YCommandLine.h:85
char ** argv() const
Definition YCommandLine.cc:87
YCommandLine()
Definition YCommandLine.cc:50
void add(const std::string &arg)
Definition YCommandLine.cc:104
std::string arg(int index) const
Definition YCommandLine.cc:111
void replace(int index, const std::string &arg)
Definition YCommandLine.cc:129
int size() const
Definition YCommandLine.h:68
Definition YCommandLine.cc:42