|
HDK
|
Namespaces | |
| Impl | |
Classes | |
| struct | CustomWriter |
| struct | Writer |
| struct | HasFormat |
| class | ArgValue |
| class | UdlArgValue |
| class | Formatter |
Functions | |
| UT_API size_t | format (FILE *file, const char *format, std::initializer_list< ArgValue > args) |
| UT_API size_t | format (std::ostream &, const char *format, std::initializer_list< ArgValue > args) |
| UT_API size_t | format (char *, size_t, const char *format, std::initializer_list< ArgValue > args) |
| UT_API size_t | printf (FILE *file, const char *format, std::initializer_list< ArgValue > args) |
| UT_API size_t | printf (std::ostream &, const char *format, std::initializer_list< ArgValue > args) |
| UT_API size_t | printf (char *, size_t, const char *format, std::initializer_list< ArgValue > args) |
| UT_API size_t UT::Format::format | ( | FILE * | file, |
| const char * | format, | ||
| std::initializer_list< ArgValue > | args | ||
| ) |
| UT_API size_t UT::Format::format | ( | std::ostream & | , |
| const char * | format, | ||
| std::initializer_list< ArgValue > | args | ||
| ) |
| UT_API size_t UT::Format::format | ( | char * | , |
| size_t | , | ||
| const char * | format, | ||
| std::initializer_list< ArgValue > | args | ||
| ) |
| UT_API size_t UT::Format::printf | ( | FILE * | file, |
| const char * | format, | ||
| std::initializer_list< ArgValue > | args | ||
| ) |
| UT_API size_t UT::Format::printf | ( | std::ostream & | , |
| const char * | format, | ||
| std::initializer_list< ArgValue > | args | ||
| ) |
| UT_API size_t UT::Format::printf | ( | char * | , |
| size_t | , | ||
| const char * | format, | ||
| std::initializer_list< ArgValue > | args | ||
| ) |