CommandLineArgString Class Reference

#include <SSAHAMain.h>

Inheritance diagram for CommandLineArgString:

Inheritance graph
[legend]
Collaboration diagram for CommandLineArgString:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CommandLineArgString (const string &nameLong, const string &nameShort, string &destination)
void addValue (const string &value)

Protected Attributes

string & destination_

Detailed Description

Definition at line 191 of file SSAHAMain.h.


Constructor & Destructor Documentation

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 )


Member Function Documentation

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   }


Member Data Documentation

string& CommandLineArgString::destination_ [protected]

Definition at line 202 of file SSAHAMain.h.

Referenced by addValue().


The documentation for this class was generated from the following file:
Generated on Fri Dec 21 13:15:52 2007 for ssaha by  doxygen 1.5.2