string16_t Class Reference
Detailed DescriptionDefinition at line 500 of file string.hpp. Member Typedef Documentation
Definition at line 511 of file string.hpp.
Definition at line 505 of file string.hpp.
Definition at line 507 of file string.hpp.
Definition at line 513 of file string.hpp.
Definition at line 509 of file string.hpp.
Definition at line 510 of file string.hpp.
Definition at line 504 of file string.hpp.
Definition at line 506 of file string.hpp.
Definition at line 512 of file string.hpp.
Definition at line 508 of file string.hpp.
Definition at line 503 of file string.hpp. Constructor & Destructor Documentation
Constructs an empty string. Definition at line 564 of file string.hpp.
Copy constructor. Definition at line 569 of file string.hpp.
Move constructor. Definition at line 574 of file string.hpp.
Constructs a string16_t from a null-terminated sequence of 16-bit elements.
Constructs a string from a sequence of 16-bit elements.
Constructs a string from a generic sequence.
Definition at line 598 of file string.hpp.
Destructor. Definition at line 604 of file string.hpp. Member Function Documentation
Appends a character sequence to the end of the string Definition at line 627 of file string.hpp.
Appends another string this one Definition at line 642 of file string.hpp.
Appends null-terminated character sequence to the string
Appends a number of characters from a sequence to the string Definition at line 653 of file string.hpp.
Returns an iterator to the first element of the string. Definition at line 671 of file string.hpp.
Returns const pointer to a null-terminated sequence of 16-bit elements, identical to the string16_t.
Returns the size of the allocated storage space for the elements of the string.
Changes the string to be zero-length. Definition at line 709 of file string.hpp.
Returns true if the string has no elements, false otherwise. Definition at line 721 of file string.hpp.
Returns an iterator just past the end of the string. Definition at line 677 of file string.hpp.
Returns true if the string is not empty, false otherwise. Definition at line 727 of file string.hpp.
Appends another string this one Definition at line 659 of file string.hpp.
Appends null-terminated character sequence to the string Definition at line 665 of file string.hpp.
Assignment operator. Definition at line 609 of file string.hpp.
Appends one element to the end of the string.
Returns a reverse_iterator to the end of the current string. Definition at line 683 of file string.hpp.
Returns a reverse_iterator to the beginning of the current string. Definition at line 689 of file string.hpp.
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.
Returns the number of elements in the current string. Definition at line 715 of file string.hpp.
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
Definition at line 740 of file string.hpp.
Definition at line 735 of file string.hpp.
Definition at line 745 of file string.hpp. |