ICU 77.1
77.1
|
Manages NumberFormatterSettings::usage()'s char* instance on the heap. More...
#include <numberformatter.h>
Public Member Functions | |
~StringProp () | |
StringProp (const StringProp &other) | |
StringProp & | operator= (const StringProp &other) |
StringProp (StringProp &&src) noexcept | |
StringProp & | operator= (StringProp &&src) noexcept |
int16_t | length () const |
void | set (StringPiece value) |
bool | isSet () const |
Friends | |
class | impl::NumberFormatterImpl |
class | impl::GeneratorHelpers |
struct | impl::MacroProps |
Manages NumberFormatterSettings::usage()'s char* instance on the heap.
Definition at line 1214 of file numberformatter.h.
icu::number::impl::StringProp::~StringProp | ( | ) |
This API is for internal use only.
icu::number::impl::StringProp::StringProp | ( | const StringProp & | other | ) |
This API is for internal use only.
|
noexcept |
This API is for internal use only.
|
inline |
This API is for internal use only.
Definition at line 1245 of file numberformatter.h.
|
inline |
This API is for internal use only.
Definition at line 1235 of file numberformatter.h.
StringProp& icu::number::impl::StringProp::operator= | ( | const StringProp & | other | ) |
This API is for internal use only.
|
noexcept |
This API is for internal use only.
void icu::number::impl::StringProp::set | ( | StringPiece | value | ) |
This API is for internal use only. Makes a copy of value. Set to "" to unset.