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