#include <stringNew.h>

Public Member Functions | |
| const char * | get_ptr () const |
| void | add_string (const char *p_string, t_size p_length=~0) |
| void | set_string (const char *p_string, t_size p_length=~0) |
| void | truncate (t_size len) |
| t_size | get_length () const |
| char * | lock_buffer (t_size p_requested_length) |
| void | unlock_buffer () |
| const char* pfc::__stringEmpty::get_ptr | ( | ) | const [inline, virtual] |
Implements pfc::string_base.
| void pfc::__stringEmpty::add_string | ( | const char * | p_string, | |
| t_size | p_length = ~0 | |||
| ) | [inline, virtual] |
Implements pfc::string_base.
| void pfc::__stringEmpty::set_string | ( | const char * | p_string, | |
| t_size | p_length = ~0 | |||
| ) | [inline, virtual] |
Reimplemented from pfc::string_base.
| void pfc::__stringEmpty::truncate | ( | t_size | len | ) | [inline, virtual] |
Implements pfc::string_base.
| t_size pfc::__stringEmpty::get_length | ( | ) | const [inline, virtual] |
Reimplemented from pfc::string_base.
| char* pfc::__stringEmpty::lock_buffer | ( | t_size | p_requested_length | ) | [inline, virtual] |
Implements pfc::string_base.
| void pfc::__stringEmpty::unlock_buffer | ( | ) | [inline, virtual] |
Implements pfc::string_base.
1.5.5