All Classes |Grouped Classes |Index

Class CL_String8

String container template. More...

Derived from:

public CL_StringData8

Derived by:

None

Group:

Text (Core)

#include <ClanLib/core.h>

Class Members:

CL_String8

append

Append.

assign

begin

Begin.

c_str

capacity

Capacity.

clear

Clear.

compare

Compare.

copy

Copy.

data

empty

Empty.

end

End.

erase

Erase.

find

Find.

find_first_not_of

Find first not of.

find_first_of

Find first of.

find_last_not_of

Find last not of.

find_last_of

Find last of.

insert

Insert.

length

Length.

max_size

Max size.

operator CL_StringRef8

std::string

operator std::string

std::string

operator+=

operator[]

push_back

Push back.

replace

Replace.

reserve

Reserve.

resize

Resize.

rfind

Rfind.

size

Size.

substr

Substr.

utf8_length

Detailed description:

Basic string container. Extends StringData with operations that work on string data.