addAttribute overloads
Declared in <balxml_encoder.h>
Add an attribute with the specified name and value to the current element.
template<
class NAME_TYPE,
class VALUE_TYPE>
void
addAttribute(
NAME_TYPE const& name,
VALUE_TYPE const& value);
» more...
Add an attribute with the specified name and value, using the specified formattingMode.
template<
class NAME_TYPE,
class VALUE_TYPE>
void
addAttribute(
NAME_TYPE const& name,
VALUE_TYPE const& value,
int formattingMode);
» more...
| Name | Description |
|---|---|
| name | attribute name |
| value | attribute value |
| formattingMode | formatting mode for the value |