string_t Class Reference
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 256 of file string.hpp. Copy constructor. Definition at line 261 of file string.hpp. Move constructor. Definition at line 266 of file string.hpp.
Constructs a string_t from a generic sequence.
Definition at line 290 of file string.hpp.
Destructor. Definition at line 303 of file string.hpp. Member Function Documentation
Appends a character sequence to the end of the string Definition at line 339 of file string.hpp.
Appends a number of characters from a sequence to the string Definition at line 366 of file string.hpp.
Appends the contents of a std::string to the string Definition at line 372 of file string.hpp.
Appends another string this one Definition at line 354 of file string.hpp.
Appends null-terminated char sequence to the string Definition at line 360 of file string.hpp.
Returns an iterator to the first element of the string. Definition at line 396 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 327 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 433 of file string.hpp.
Returns true if the string has no elements, false otherwise. Definition at line 445 of file string.hpp.
Returns an iterator just past the end of the string. Definition at line 402 of file string.hpp.
Returns true if the string is not empty, false otherwise. Definition at line 451 of file string.hpp.
Conversion operator to std::string. Definition at line 320 of file string.hpp.
Appends null-terminated char sequence to the string Definition at line 384 of file string.hpp. Appends another string this one Definition at line 378 of file string.hpp.
Appends the contents of a std::string to the string Definition at line 390 of file string.hpp. Assignment operator. Definition at line 309 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 408 of file string.hpp.
Returns a reverse_iterator to the beginning of the current string. Definition at line 414 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 427 of file string.hpp.
Returns the number of elements in the current string. Definition at line 439 of file string.hpp.
Exchanges the elements of the current string with those of from s. Definition at line 456 of file string.hpp. Friends And Related Function DocumentationDefinition at line 464 of file string.hpp. Definition at line 459 of file string.hpp. Definition at line 469 of file string.hpp. |