String container template. More...
Derived from: | public CL_StringData8 |
Derived by: | None |
Group: | Text (Core) |
#include <ClanLib/core.h>
Class Members:
Append. | |
Begin. | |
Capacity. | |
Clear. | |
Compare. | |
Copy. | |
Empty. | |
End. | |
Erase. | |
Find. | |
Find first not of. | |
Find first of. | |
Find last not of. | |
Find last of. | |
Insert. | |
Length. | |
Max size. | |
std::string | |
std::string | |
Push back. | |
Replace. | |
Reserve. | |
Resize. | |
Rfind. | |
Size. | |
Substr. | |
Detailed description:
Basic string container. Extends StringData with operations that work on string data.