#include "StringBuffer.hxx"
#include <stdio.h>
Go to the source code of this file.
|
| template<typename... Args> |
| static void | StringFormat (char *buffer, size_t size, const char *fmt, Args &&... args) noexcept |
| |
| template<size_t CAPACITY, typename... Args> |
| static void | StringFormat (StringBuffer< CAPACITY > &buffer, const char *fmt, Args &&... args) noexcept |
| |
| template<size_t CAPACITY, typename... Args> |
| static StringBuffer< CAPACITY > | StringFormat (const char *fmt, Args &&... args) noexcept |
| |
| template<typename... Args> |
| static void | StringFormatUnsafe (char *buffer, const char *fmt, Args &&... args) noexcept |
| |
◆ StringFormat() [1/3]
template<typename... Args>
| static void StringFormat |
( |
char * |
buffer, |
|
|
size_t |
size, |
|
|
const char * |
fmt, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestaticnoexcept |
◆ StringFormat() [2/3]
template<size_t CAPACITY, typename... Args>
| static void StringFormat |
( |
StringBuffer< CAPACITY > & |
buffer, |
|
|
const char * |
fmt, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestaticnoexcept |
◆ StringFormat() [3/3]
template<size_t CAPACITY, typename... Args>
| static StringBuffer<CAPACITY> StringFormat |
( |
const char * |
fmt, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestaticnoexcept |
◆ StringFormatUnsafe()
template<typename... Args>
| static void StringFormatUnsafe |
( |
char * |
buffer, |
|
|
const char * |
fmt, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestaticnoexcept |