#include "cel_types.h"
#include <cstdarg>
#include <string>


Go to the source code of this file.
Namespaces | |
| namespace | Celartem |
Classes | |
| struct | Celartem::Printf< Char > |
| struct | Celartem::Printf< char > |
| struct | Celartem::Printf< wchar_t > |
Functions | |
| void | Celartem::cel_puts (const char *message) |
| void | Celartem::cel_vprintf (const char *format, std::va_list ap) |
| void | Celartem::cel_printf (const char *format,...) |
| void | Celartem::cel_dbgPrintf (const char *format,...) |
| std::string | Celartem::cel_printf_string (const char *format,...) |
Definition in file cel_printf.h.