All Classes |Grouped Classes |Index

Class CL_StringRef8

String reference template. More...

Derived from:

public CL_StringData8

Derived by:

None

Group:

Text (Core)

#include <ClanLib/core.h>

Class Members:

CL_StringRef8

begin

Begin.

c_str

compare

Compare.

data

Data.

empty

Empty.

end

End.

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.

length

Length.

operator CL_StringRef8

Convert object to a string reference.

operator std::string

std::string

operator[]

rfind

Rfind.

set_length

Set length.

size

Size.

substr

Substr.

utf8_length

Detailed description:

Reference to string data. Extends the basic CL_StringData8 with container functionality required when converting to or from C strings.