BloombergLP::ball::Attribute::setValue

setValue overloads

Synopses

Declared in <ball_attribute.h>

Same as the preceding overload, using the specified value.

void
setValue(bdlb::Guid value);
» more...

Same as the preceding overload, using the specified value.

void
setValue(int value);
» more...

Same as the preceding overload, using the specified value.

void
setValue(long value);
» more...

Same as the preceding overload, using the specified value.

void
setValue(long long value);
» more...

Same as the preceding overload, using the specified value.

void
setValue(unsigned int value);
» more...

Same as the preceding overload, using the specified value.

void
setValue(unsigned long value);
» more...

Same as the preceding overload, using the specified value.

void
setValue(unsigned long long value);
» more...

Set the attribute value of this object to the specified value.

void
setValue(Value const& value);
» more...

Same as the preceding overload, using the specified value.

void
setValue(std::string_view const& value);
» more...

Same as the preceding overload, using the specified value.

void
setValue(char const* value);
» more...

Same as the preceding overload, using the specified value.

void
setValue(void const* value);
» more...