Apama Capital Markets Foundation  10.7.0.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
SchemaItemValue Class Reference

#include <MDM_MarketDataInterface.h>

Inheritance diagram for SchemaItemValue:
SchemaItem

Public Member Functions

 SchemaItemValue (const std::string &paramName, const std::string &value)
 
bool operator== (const SchemaItemValue &rhs) const
 

Public Attributes

std::string paramName_
 
std::string value_
 

Detailed Description

Schema handling AP_Interfaces - Extra Params and News

Constructor & Destructor Documentation

SchemaItemValue::SchemaItemValue ( const std::string &  paramName,
const std::string &  value 
)
inline

Constructor

Parameters
paramNameThe name/key of this schema item
valueThe value of this schema item

Member Function Documentation

bool SchemaItemValue::operator== ( const SchemaItemValue rhs) const
inline

Comparison operator

Parameters
rhsThe value to compare to.

Member Data Documentation

std::string SchemaItemValue::paramName_

The name/key of this schema item

std::string SchemaItemValue::value_

The value of this schema item


The documentation for this class was generated from the following file: