#include <string_base.h>
Definition at line 36 of file string_base.h.
pfc::string_receiver::string_receiver |
( |
| ) |
|
|
inlineprotected |
pfc::string_receiver::~string_receiver |
( |
| ) |
|
|
inlineprotected |
void pfc::string_receiver::add_byte |
( |
char |
c | ) |
|
|
inline |
Definition at line 42 of file string_base.h.
virtual void add_string(const char *p_string, t_size p_string_size=~0)=0
void pfc::string_receiver::add_char |
( |
t_uint32 |
c | ) |
|
Definition at line 5 of file string_base.cpp.
t_size utf8_encode_char(unsigned c, char *out)
virtual void add_string(const char *p_string, t_size p_string_size=~0)=0
void pfc::string_receiver::add_chars |
( |
t_uint32 |
p_char, |
|
|
t_size |
p_count |
|
) |
| |
|
inline |
Definition at line 43 of file string_base.h.
43 {
for(;p_count;p_count--)
add_char(p_char);}
void add_char(t_uint32 c)
virtual void pfc::string_receiver::add_string |
( |
const char * |
p_string, |
|
|
t_size |
p_string_size = ~0 |
|
) |
| |
|
pure virtual |
void pfc::string_receiver::add_string_ |
( |
const char * |
str | ) |
|
|
inline |
Definition at line 39 of file string_base.h.
virtual void add_string(const char *p_string, t_size p_string_size=~0)=0
t_size _strParamLen(const char *str)
The documentation for this class was generated from the following files: