CppUnit project page | FAQ | CppUnit home page |
#include <PlugInParameters.h>
Public Member Functions | |
PlugInParameters (const std::string &commandLine="") | |
Constructs plug-in parameters from the specified command-line. | |
virtual | ~PlugInParameters () |
std::string | getCommandLine () const |
Returns the command line that was passed on construction. | |
Private Attributes | |
std::string | m_commandLine |
CPPUNIT_NS_BEGIN PlugInParameters::PlugInParameters | ( | const std::string & | commandLine = "" |
) |
Constructs plug-in parameters from the specified command-line.
PlugInParameters::~PlugInParameters | ( | ) | [virtual] |
std::string PlugInParameters::getCommandLine | ( | ) | const |
Returns the command line that was passed on construction.
std::string PlugInParameters::m_commandLine [private] |
|
hosts this site. |
Send comments to: CppUnit Developers |