All Classes |Grouped Classes |Index

Function alloc

Alloc.

	CL_StringRef8 CL_StringAllocator::alloc(
		const CL_StringRef8 & str);

	CL_StringRef8 CL_StringAllocator::alloc(
		const char * str);

	CL_StringRef8 CL_StringAllocator::alloc(
		const char * str,
		CL_StringRef8::size_type  length);

	CL_StringRef16 CL_StringAllocator::alloc(
		const CL_StringRef16 & str);

	CL_StringRef16 CL_StringAllocator::alloc(
		const wchar_t * str);

	CL_StringRef16 CL_StringAllocator::alloc(
		const wchar_t * str,
		CL_StringRef16::size_type  length);

	CL_StringRef CL_StringAllocator::alloc(
		unsigned int length);