#include <SSAHAMain.h>
Inheritance diagram for CommandLineArgString:


Public Member Functions | |
| CommandLineArgString (const string &nameLong, const string &nameShort, string &destination) | |
| void | addValue (const string &value) |
Protected Attributes | |
| string & | destination_ |
Definition at line 191 of file SSAHAMain.h.
| CommandLineArgString::CommandLineArgString | ( | const string & | nameLong, | |
| const string & | nameShort, | |||
| string & | destination | |||
| ) | [inline] |
Definition at line 195 of file SSAHAMain.h.
00195 : 00196 CommandLineArg( nameLong, nameShort ), destination_( destination ) {} void addValue( const string& value )
| void CommandLineArgString::addValue | ( | const string & | value | ) | [inline, virtual] |
Implements CommandLineArg.
Definition at line 197 of file SSAHAMain.h.
References destination_.
00198 { 00199 destination_ = value; 00200 }
string& CommandLineArgString::destination_ [protected] |
1.5.2