#include "Common.hpp"
#include "StringUtils.hpp"
#include <stdarg.h>
#include <tchar.h>
#include <limits>
#include <stdio.h>
#include <stdexcept>
#include "AnsiWide.hpp"
Namespaces | |
| namespace | Core |
Functions | |
| std::tstring | Core::FmtEx (const tchar *pszFormat, va_list args) |
| Format the string ala printf. | |
| std::tstring | Core::Fmt (const tchar *pszFormat,...) |
| Format the string ala printf. | |
1.5.2