#include <shared.h>
Definition at line 342 of file shared.h.
uStringPrintf::uStringPrintf |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
|
inlineexplicit |
Definition at line 345 of file shared.h.
void SHARED_EXPORT uPrintfV(pfc::string_base &out, const char *fmt, va_list arglist)
pfc::string8_fastalloc m_data
const char* uStringPrintf::get_ptr |
( |
| ) |
const |
|
inline |
Definition at line 355 of file shared.h.
355 {
return m_data.get_ptr();}
pfc::string8_fastalloc m_data
bool uStringPrintf::is_empty |
( |
| ) |
const |
|
inline |
t_size uStringPrintf::length |
( |
| ) |
const |
|
inline |
Definition at line 353 of file shared.h.
pfc::string8_fastalloc m_data
uStringPrintf::operator const char * |
( |
| ) |
const |
|
inline |
Definition at line 352 of file shared.h.
352 {
return m_data.get_ptr();}
pfc::string8_fastalloc m_data
const char* uStringPrintf::toString |
( |
| ) |
const |
|
inline |
Definition at line 356 of file shared.h.
const char * get_ptr() const
The documentation for this class was generated from the following file: