My Project
SallyAPI::GUI::SendMessage::CParameterKeyValue Class Reference

Send message parameter key value. More...

#include <ParameterKeyValue.h>

Inheritance diagram for SallyAPI::GUI::SendMessage::CParameterKeyValue:
SallyAPI::GUI::SendMessage::CParameterBase

List of all members.

Public Member Functions

 CParameterKeyValue (const std::string &key, const std::string &value)
 Constructor.
virtual ~CParameterKeyValue ()
 Destructor.
std::string GetKey ()
 Gets the key.
std::string GetValue ()
 Gets the value.

Detailed Description

Send message parameter key value.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CParameterKeyValue::CParameterKeyValue ( const std::string &  key,
const std::string &  value 
)

Constructor.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
keyThe key.
valueThe value.

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

std::string CParameterKeyValue::GetKey ( )

Gets the key.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The key.

Gets the value.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The value.

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines