All Classes |Grouped Classes |Index

Class CL_String16

String container template. More...

Derived from:

public CL_StringData16

Derived by:

None

Group:

Text (Core)

#include <ClanLib/core.h>

Class Members:

CL_String16

append

assign

begin

Begin.

c_str

capacity

Capacity.

clear

Clear.

compare

Compare.

copy

Copy.

data

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_StringRef16

std::wstring

operator std::wstring

std::wstring

operator+=

operator[]

push_back

Push back.

replace

Replace.

reserve

Reserve.

resize

Resize.

rfind

Rfind.

size

Size.

substr

Substr.

Detailed description:

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