#include <vector>Go to the source code of this file.
Functions | |
| template<class Arg1> | |
| CL_String | cl_format (const CL_String &format, Arg1 arg1) |
| template<class Arg1, class Arg2> | |
| CL_String | cl_format (const CL_String &format, Arg1 arg1, Arg2 arg2) |
| template<class Arg1, class Arg2, class Arg3> | |
| CL_String | cl_format (const CL_String &format, Arg1 arg1, Arg2 arg2, Arg3 arg3) |
| template<class Arg1, class Arg2, class Arg3, class Arg4> | |
| CL_String | cl_format (const CL_String &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_String &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_String &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_String &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, Arg4 arg4, Arg5 arg5, Arg6 arg6, Arg7 arg7) |
|
||||||||||||||||||||||||||||||||||||||||
|
Definition at line 98 of file string_format.h. References CL_String, CL_StringFormat::get_result(), and CL_StringFormat::set_arg(). |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 94 of file string_format.h. References CL_String, CL_StringFormat::get_result(), and CL_StringFormat::set_arg(). |
|
||||||||||||||||||||||||||||||||
|
Definition at line 90 of file string_format.h. References CL_String, CL_StringFormat::get_result(), and CL_StringFormat::set_arg(). |
|
||||||||||||||||||||||||||||
|
Definition at line 86 of file string_format.h. References CL_String, CL_StringFormat::get_result(), and CL_StringFormat::set_arg(). |
|
||||||||||||||||||||||||
|
Definition at line 82 of file string_format.h. References CL_String, CL_StringFormat::get_result(), and CL_StringFormat::set_arg(). |
|
||||||||||||||||||||
|
Definition at line 78 of file string_format.h. References CL_String, CL_StringFormat::get_result(), and CL_StringFormat::set_arg(). |
|
||||||||||||||||
|
Definition at line 74 of file string_format.h. References CL_String, CL_StringFormat::get_result(), and CL_StringFormat::set_arg(). Referenced by CL_XMLTokenizer::next(), and CL_XMLWriter::write(). |
1.4.1