25 #ifndef YCommandLine_h 26 #define YCommandLine_h 75 std::string
arg(
int index )
const;
86 {
return arg( index ); }
91 void add(
const std::string &
arg );
98 void remove(
int index );
105 void replace(
int index,
const std::string &
arg );
114 int find(
const std::string & argName )
const;
123 #endif // YCommandLine_h int find(const std::string &argName) const
Definition: YCommandLine.cc:138
~YCommandLine()
Definition: YCommandLine.cc:73
int size() const
Definition: YCommandLine.h:68
YCommandLine()
Definition: YCommandLine.cc:50
Definition: YCommandLine.cc:41
std::string operator[](int index) const
Definition: YCommandLine.h:85
std::string arg(int index) const
Definition: YCommandLine.cc:111
void replace(int index, const std::string &arg)
Definition: YCommandLine.cc:129
Definition: YCommandLine.h:37
char ** argv() const
Definition: YCommandLine.cc:87
void add(const std::string &arg)
Definition: YCommandLine.cc:104
int argc() const
Definition: YCommandLine.cc:80