#include <ICU4XList.hpp>
◆ ICU4XList() [1/3]
ICU4XList::ICU4XList |
( |
capi::ICU4XList * | i | ) |
|
|
inlineexplicit |
◆ ICU4XList() [2/3]
◆ ICU4XList() [3/3]
◆ create()
Create a new list of strings
◆ create_with_capacity()
ICU4XList ICU4XList::create_with_capacity |
( |
size_t | capacity | ) |
|
|
inlinestatic |
Create a new list of strings with preallocated space to hold at least capacity
elements
◆ is_empty()
bool ICU4XList::is_empty |
( |
| ) |
const |
|
inline |
Whether this list is empty
◆ len()
size_t ICU4XList::len |
( |
| ) |
const |
|
inline |
The number of elements in this list
◆ operator=()
◆ push()
void ICU4XList::push |
( |
const std::string_view | val | ) |
|
|
inline |
Push a string to the list
Ill-formed input is treated as if errors had been replaced with REPLACEMENT CHARACTERs according to the WHATWG Encoding Standard.
The documentation for this class was generated from the following file: