ClanLib  2.3.7
Classes | Functions
string_format.h File Reference
#include "../api_core.h"
#include <vector>
#include "string_types.h"
Include dependency graph for string_format.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CL_StringFormat
 String formatting class. More...
 

Functions

CL_String cl_format (const CL_StringRef &format)
 
template<class Arg1 >
CL_String cl_format (const CL_StringRef &format, Arg1 arg1)
 
template<class Arg1 , class Arg2 >
CL_String cl_format (const CL_StringRef &format, Arg1 arg1, Arg2 arg2)
 
template<class Arg1 , class Arg2 , class Arg3 >
CL_String cl_format (const CL_StringRef &format, Arg1 arg1, Arg2 arg2, Arg3 arg3)
 
template<class Arg1 , class Arg2 , class Arg3 , class Arg4 >
CL_String cl_format (const CL_StringRef &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, Arg4 arg4)
 
template<class Arg1 , class Arg2 , class Arg3 , class Arg4 , class Arg5 >
CL_String cl_format (const CL_StringRef &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, Arg4 arg4, Arg5 arg5)
 
template<class Arg1 , class Arg2 , class Arg3 , class Arg4 , class Arg5 , class Arg6 >
CL_String cl_format (const CL_StringRef &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, Arg4 arg4, Arg5 arg5, Arg6 arg6)
 
template<class Arg1 , class Arg2 , class Arg3 , class Arg4 , class Arg5 , class Arg6 , class Arg7 >
CL_String cl_format (const CL_StringRef &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, Arg4 arg4, Arg5 arg5, Arg6 arg6, Arg7 arg7)