All Classes |Grouped Classes |Index

Function replace

Replace.

	CL_String16& CL_String16::replace(
		size_type  pos,
		size_type  n,
		const CL_StringData16 & s);

	CL_String16& CL_String16::replace(
		size_type  pos,
		size_type  n,
		const CL_StringData16 & s,
		size_type  pos1,
		size_type  n1);

	CL_String16& CL_String16::replace(
		size_type  pos,
		size_type  n,
		const wchar_t * s,
		size_type  n1);

	CL_String16& CL_String16::replace(
		size_type  pos,
		size_type  n,
		const wchar_t * s);

	CL_String16& CL_String16::replace(
		size_type  pos,
		size_type  n,
		size_type  n1,
		wchar_t c);

	CL_String16& CL_String16::replace(
		iterator  first,
		iterator  last,
		const CL_StringData16 & s);

	CL_String16& CL_String16::replace(
		iterator  first,
		iterator  last,
		const wchar_t * s,
		size_type  n);

	CL_String16& CL_String16::replace(
		iterator  first,
		iterator  last,
		const wchar_t * s);

	CL_String16& CL_String16::replace(
		iterator  first,
		iterator  last,
		size_type  n,
		wchar_t c);