All Classes |Grouped Classes |Index

Class CL_StringData

String data template. More...

Derived from:

public CL_StringDataTypes

Derived by:

CL_StringContainer< CharType, ReferenceClass, StdString >

Group:

Text (Core)

#include <ClanLib/core.h>

Class Members:

CL_StringData

begin

Begin.

end

End.

operator[]

data

operator StdString

StdString.

operator ReferenceClass

ReferenceClass.

size

Size.

length

Length.

empty

Empty.

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:

String data detached from any container functionality.