All Classes |Grouped Classes |Index

Function write

Write.

	static void CL_Console::write(
		const CL_StringRef & text);

	static void CL_Console::write(
		const CL_StringRef & format,
		Arg1 arg1);

	static void CL_Console::write(
		const CL_StringRef & format,
		Arg1 arg1,
		Arg2 arg2);

	static void CL_Console::write(
		const CL_StringRef & format,
		Arg1 arg1,
		Arg2 arg2,
		Arg3 arg3);

	static void CL_Console::write(
		const CL_StringRef & format,
		Arg1 arg1,
		Arg2 arg2,
		Arg3 arg3,
		Arg4 arg4);

	static void CL_Console::write(
		const CL_StringRef & format,
		Arg1 arg1,
		Arg2 arg2,
		Arg3 arg3,
		Arg4 arg4,
		Arg5 arg5);

	static void CL_Console::write(
		const CL_StringRef & format,
		Arg1 arg1,
		Arg2 arg2,
		Arg3 arg3,
		Arg4 arg4,
		Arg5 arg5,
		Arg6 arg6);

	static void CL_Console::write(
		const CL_StringRef & format,
		Arg1 arg1,
		Arg2 arg2,
		Arg3 arg3,
		Arg4 arg4,
		Arg5 arg5,
		Arg6 arg6,
		Arg7 arg7);