string_t Class Reference#include <string.hpp>
Detailed DescriptionDefinition at line 192 of file string.hpp. Member Typedef Documentation
Definition at line 203 of file string.hpp.
Definition at line 197 of file string.hpp.
Definition at line 199 of file string.hpp.
Definition at line 205 of file string.hpp.
Definition at line 201 of file string.hpp.
Definition at line 202 of file string.hpp.
Definition at line 196 of file string.hpp.
Definition at line 198 of file string.hpp.
Definition at line 204 of file string.hpp.
Definition at line 200 of file string.hpp.
Definition at line 195 of file string.hpp.
Constructor & Destructor Documentation
Constructs an empty string. Definition at line 254 of file string.hpp. Copy constructor. Definition at line 259 of file string.hpp. Move constructor. Definition at line 264 of file string.hpp.
Constructs a string_t from a generic sequence.
Definition at line 288 of file string.hpp.
Destructor. Definition at line 301 of file string.hpp.
Member Function Documentation
Appends the contents of a std::string to the string Definition at line 370 of file string.hpp.
Appends a number of characters from a sequence to the string Definition at line 364 of file string.hpp.
Appends null-terminated char sequence to the string Definition at line 358 of file string.hpp.
Appends another string this one Definition at line 352 of file string.hpp.
Appends a character sequence to the end of the string Definition at line 337 of file string.hpp.
Returns an iterator to the first element of the string. Definition at line 394 of file string.hpp.
Returns const pointer to a regular C string, identical to the string_t. The returned string is null-terminated. Definition at line 325 of file string.hpp.
Returns the size of the allocated storage space for the elements of the string.
Changes the string to be zero-length. Definition at line 431 of file string.hpp.
Returns true if the string has no elements, false otherwise. Definition at line 443 of file string.hpp.
Returns an iterator just past the end of the string. Definition at line 400 of file string.hpp.
Conversion operator to std::string. Definition at line 318 of file string.hpp.
Appends the contents of a std::string to the string Definition at line 388 of file string.hpp.
Appends null-terminated char sequence to the string Definition at line 382 of file string.hpp. Appends another string this one Definition at line 376 of file string.hpp. Assignment operator. Definition at line 307 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 406 of file string.hpp.
Returns a reverse_iterator to the beginning of the current string. Definition at line 412 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 425 of file string.hpp.
Returns the number of elements in the current string. Definition at line 437 of file string.hpp.
Exchanges the elements of the current string with those of from s. Definition at line 449 of file string.hpp.
Friends And Related Function Documentation
Definition at line 457 of file string.hpp.
Definition at line 452 of file string.hpp.
Definition at line 462 of file string.hpp.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

