All Classes |Grouped Classes |Index

Class CL_StringReference

String reference template. More...

Derived from:

public CL_StringData< CharType, CL_StringReference< CharType, StdString >, StdString >

Derived by:

None

Group:

Text (Core)

#include <ClanLib/core.h>

Class Members:

begin

Begin.

end

End.

size

Size.

length

Length.

empty

Empty.

data

CL_StringReference

c_str

set_length

Set length.

operator[]

operator StdString

StdString.

operator CL_StringReference< CharType, StdString >

ReferenceClass.

find

Find.

rfind

Rfind.

find_first_of

Find first of.

find_first_not_of

Find first not of.

find_last_of

Find last of.

find_last_not_of

Find last not of.

substr

Substr.

compare

Compare.

Detailed description:

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