145 |
\param what - Input - A description of what this data represents. |
\param what - Input - A description of what this data represents. |
146 |
\param expanded - Input - Flag, if true fill the entire container with |
\param expanded - Input - Flag, if true fill the entire container with |
147 |
the appropriate values. |
the appropriate values. |
148 |
|
==>* |
149 |
*/ |
*/ |
150 |
Data(const DataTagged::TagListType& tagKeys, |
Data(const DataTagged::TagListType& tagKeys, |
151 |
const DataTagged::ValueListType& values, |
const DataTagged::ValueListType& values, |
308 |
If possible convert this Data to DataTagged. This will only allow |
If possible convert this Data to DataTagged. This will only allow |
309 |
Constant data to be converted to tagged. An attempt to convert |
Constant data to be converted to tagged. An attempt to convert |
310 |
Expanded data to tagged will throw an exception. |
Expanded data to tagged will throw an exception. |
311 |
|
==>* |
312 |
*/ |
*/ |
313 |
void |
void |
314 |
tag(); |
tag(); |
527 |
cannot be converted to a DataTagged object. |
cannot be converted to a DataTagged object. |
528 |
\param tagKey - Input - Integer key. |
\param tagKey - Input - Integer key. |
529 |
\param value - Input - Value to associate with given key. |
\param value - Input - Value to associate with given key. |
530 |
|
==>* |
531 |
*/ |
*/ |
532 |
void |
void |
533 |
setTaggedValue(int tagKey, |
setTaggedValue(int tagKey, |
540 |
cannot be converted to a DataTagged object. |
cannot be converted to a DataTagged object. |
541 |
\param tagKey - Input - Integer key. |
\param tagKey - Input - Integer key. |
542 |
\param value - Input - Value to associate with given key. |
\param value - Input - Value to associate with given key. |
543 |
|
==>* |
544 |
*/ |
*/ |
545 |
void |
void |
546 |
setTaggedValueFromCPP(int tagKey, |
setTaggedValueFromCPP(int tagKey, |