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