Namespace: Rx::LFR – Class: CMetaData – Header: Rx.LFR/MetaData.h

CMetaData::AddElement Method

C++
void AddElement(const CRxString& sxLabel, const CRxString& sxGroup, unsigned uData)

Adds an element into the respective parameter map.

If an element already exists in the map it gets overwritten.

Parameters

[const CRxString&] sxLabel

The name of the element.

[const CRxString&] sxGroup

The group of the element.

[unsigned] uData

The value of the element.