All Classes |Grouped Classes |Index

Class CL_TempStringContainer

Temporary string container template. More...

Derived from:

public CL_StringContainer< CharType, ReferenceClass, StdString >

Derived by:

None

Group:

Text (Core)

#include <ClanLib/core.h>

Class Members:

begin

Begin.

end

End.

size

Size.

length

Length.

empty

Empty.

data

Data.

CL_TempStringContainer

operator ReferenceClass

ReferenceClass.

c_str

max_size

Max size.

capacity

Capacity.

clear

Clear.

reserve

Reserve.

resize

Resize.

assign

insert

Insert.

append

Append.

push_back

Push back.

erase

Erase.

replace

Replace.

copy

Copy.

operator+=

operator[]

operator StdString

StdString.

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:

Special version of the basic string container which uses a fast temporary memory pool for allocations.