Previous Topic: bool IsEmpty(void) const

Next Topic: int GetSize(void) const


void Clean( void )

Removes all elements from the list.

Owning Class

CaStringList

Arguments

None

Return Value

None

Example

CaStringList d; d.Clean();

More information: