CppUnit project page FAQ CppUnit home page

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

PlugInParameters Class Reference

Test plug-ins parameters. More...

#include <PlugInParameters.h>

List of all members.

Public Methods

 PlugInParameters (const std::string &commandLine="")
 Constructs plug-in parameters from the specified command-line. More...

virtual ~PlugInParameters ()
std::string getCommandLine () const
 Returns the command line that was passed on construction. More...


Private Attributes

std::string m_commandLine


Detailed Description

Test plug-ins parameters.


Constructor & Destructor Documentation

CPPUNIT_NS_BEGIN PlugInParameters::PlugInParameters const std::string &    commandLine = ""
 

Constructs plug-in parameters from the specified command-line.

PlugInParameters::~PlugInParameters   [virtual]
 


Member Function Documentation

std::string PlugInParameters::getCommandLine   const
 

Returns the command line that was passed on construction.


Member Data Documentation

std::string PlugInParameters::m_commandLine [private]
 


The documentation for this class was generated from the following files:
SourceForge Logo hosts this site. Send comments to:
CppUnit Developers