string16_t Class Reference
Detailed DescriptionDefinition at line 500 of file string.hpp. Member Typedef Documentation◆ const_iterator
Definition at line 511 of file string.hpp. ◆ const_pointer
Definition at line 505 of file string.hpp. ◆ const_reference
Definition at line 507 of file string.hpp. ◆ const_reverse_iterator
Definition at line 513 of file string.hpp. ◆ difference_type
Definition at line 509 of file string.hpp. ◆ iterator
Definition at line 510 of file string.hpp. ◆ pointer
Definition at line 504 of file string.hpp. ◆ reference
Definition at line 506 of file string.hpp. ◆ reverse_iterator
Definition at line 512 of file string.hpp. ◆ size_type
Definition at line 508 of file string.hpp. ◆ value_type
Definition at line 503 of file string.hpp. Constructor & Destructor Documentation◆ string16_t() [1/6]
Constructs an empty string. Definition at line 564 of file string.hpp. ◆ string16_t() [2/6]
Copy constructor. Definition at line 569 of file string.hpp. ◆ string16_t() [3/6]
Move constructor. Definition at line 574 of file string.hpp. ◆ string16_t() [4/6]
Constructs a string16_t from a null-terminated sequence of 16-bit elements.
◆ string16_t() [5/6]
Constructs a string from a sequence of 16-bit elements.
◆ string16_t() [6/6]
Constructs a string from a generic sequence.
Definition at line 598 of file string.hpp. ◆ ~string16_t()
Destructor. Definition at line 604 of file string.hpp. Member Function Documentation◆ append() [1/4]
Appends a character sequence to the end of the string Definition at line 627 of file string.hpp. ◆ append() [2/4]
Appends another string this one Definition at line 642 of file string.hpp. ◆ append() [3/4]
Appends null-terminated character sequence to the string ◆ append() [4/4]
Appends a number of characters from a sequence to the string Definition at line 653 of file string.hpp. ◆ begin()
Returns an iterator to the first element of the string. Definition at line 671 of file string.hpp. ◆ c_str()
Returns const pointer to a null-terminated sequence of 16-bit elements, identical to the string16_t. ◆ capacity()
Returns the size of the allocated storage space for the elements of the string. ◆ clear()
Changes the string to be zero-length. Definition at line 709 of file string.hpp. ◆ empty()
Returns true if the string has no elements, false otherwise. Definition at line 721 of file string.hpp. ◆ end()
Returns an iterator just past the end of the string. Definition at line 677 of file string.hpp. ◆ operator bool()
Returns true if the string is not empty, false otherwise. Definition at line 727 of file string.hpp. ◆ operator+=() [1/2]
Appends another string this one Definition at line 659 of file string.hpp. ◆ operator+=() [2/2]
Appends null-terminated character sequence to the string Definition at line 665 of file string.hpp. ◆ operator=()
Assignment operator. Definition at line 609 of file string.hpp. ◆ push_back()
Appends one element to the end of the string. ◆ rbegin()
Returns a reverse_iterator to the end of the current string. Definition at line 683 of file string.hpp. ◆ rend()
Returns a reverse_iterator to the beginning of the current string. Definition at line 689 of file string.hpp. ◆ reserve()
Requests that the capacity of the allocated storage space for the elements of the string be at least enough to hold n elements. Definition at line 703 of file string.hpp. ◆ size()
Returns the number of elements in the current string. Definition at line 715 of file string.hpp. ◆ swap()
Exchanges the elements of the current string with those of from s. Definition at line 732 of file string.hpp. Friends And Related Function Documentation◆ operator<
Definition at line 740 of file string.hpp. ◆ operator==
Definition at line 735 of file string.hpp. ◆ swap
Definition at line 745 of file string.hpp. |