#include "../api_core.h"#include <vector>#include "string_types.h"

Go to the source code of this file.
Classes | |
| struct | CL_StringFormat::ArgPosition |
| class | CL_StringFormat |
| String formatting class. More... | |
Functions | |
| CL_String | cl_format (const CL_StringRef &format) |
| 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) |
| 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 > | |
| 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 > | |
| CL_String | cl_format (const CL_StringRef &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, Arg4 arg4) |
| 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 > | |
| CL_String | cl_format (const CL_StringRef &format, Arg1 arg1, Arg2 arg2) |
| template<class Arg1 > | |
| CL_String | cl_format (const CL_StringRef &format, Arg1 arg1) |
1.7.1