string16_t Class Reference#include <string.hpp>
Detailed DescriptionDefinition at line 493 of file string.hpp. Member Typedef Documentation
Definition at line 504 of file string.hpp.
Definition at line 498 of file string.hpp.
Definition at line 500 of file string.hpp.
Definition at line 506 of file string.hpp.
Definition at line 502 of file string.hpp.
Definition at line 503 of file string.hpp.
Definition at line 497 of file string.hpp.
Definition at line 499 of file string.hpp.
Definition at line 505 of file string.hpp.
Definition at line 501 of file string.hpp.
Definition at line 496 of file string.hpp.
Constructor & Destructor Documentation
Constructs an empty string. Definition at line 555 of file string.hpp.
Copy constructor. Definition at line 560 of file string.hpp.
Move constructor. Definition at line 565 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 589 of file string.hpp.
Destructor. Definition at line 595 of file string.hpp.
Member Function Documentation
Appends a number of characters from a sequence to the string Definition at line 644 of file string.hpp.
Appends null-terminated character sequence to the string
Appends another string this one Definition at line 633 of file string.hpp.
Appends a character sequence to the end of the string Definition at line 618 of file string.hpp.
Returns an iterator to the first element of the string. Definition at line 662 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 700 of file string.hpp.
Returns true if the string has no elements, false otherwise. Definition at line 712 of file string.hpp.
Returns an iterator just past the end of the string. Definition at line 668 of file string.hpp.
Appends null-terminated character sequence to the string Definition at line 656 of file string.hpp.
Appends another string this one Definition at line 650 of file string.hpp.
Assignment operator. Definition at line 600 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 674 of file string.hpp.
Returns a reverse_iterator to the beginning of the current string. Definition at line 680 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 694 of file string.hpp.
Returns the number of elements in the current string. Definition at line 706 of file string.hpp.
Exchanges the elements of the current string with those of from s. Definition at line 718 of file string.hpp.
Friends And Related Function Documentation
Definition at line 726 of file string.hpp.
Definition at line 721 of file string.hpp.
Definition at line 731 of file string.hpp.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

