All Classes |Grouped Classes |Index

Function rfind

Rfind.

	size_type CL_StringData8::rfind(
		char c,
		size_type  pos = npos );

	size_type CL_StringData8::rfind(
		const char * s,
		size_type  pos,
		size_type  n);

	size_type CL_StringData8::rfind(
		const char * s,
		size_type  pos = npos );

	size_type CL_StringData8::rfind(
		const CL_StringData8 & s,
		size_type  pos = npos );