#include <string.h>

Public Member Functions | |
| string_fixed_t () | |
| string_fixed_t (const string_fixed_t< max_length > &p_source) | |
| string_fixed_t (const char *p_source) | |
| const string_fixed_t < max_length > & | operator= (const string_fixed_t< max_length > &p_source) |
| const string_fixed_t < max_length > & | operator= (const char *p_source) |
| char * | lock_buffer (t_size p_requested_length) |
| void | unlock_buffer () |
| operator const char * () const | |
| const char * | get_ptr () const |
| void | add_string (const char *ptr, t_size len) |
| void | truncate (t_size len) |
| t_size | get_length () const |
| pfc::string_fixed_t< max_length >::string_fixed_t | ( | ) | [inline] |
| pfc::string_fixed_t< max_length >::string_fixed_t | ( | const string_fixed_t< max_length > & | p_source | ) | [inline] |
| pfc::string_fixed_t< max_length >::string_fixed_t | ( | const char * | p_source | ) | [inline] |
| const string_fixed_t<max_length>& pfc::string_fixed_t< max_length >::operator= | ( | const string_fixed_t< max_length > & | p_source | ) | [inline] |
| const string_fixed_t<max_length>& pfc::string_fixed_t< max_length >::operator= | ( | const char * | p_source | ) | [inline] |
Reimplemented from pfc::string_base.
| char* pfc::string_fixed_t< max_length >::lock_buffer | ( | t_size | p_requested_length | ) | [inline, virtual] |
Implements pfc::string_base.
| void pfc::string_fixed_t< max_length >::unlock_buffer | ( | ) | [inline, virtual] |
Implements pfc::string_base.
| pfc::string_fixed_t< max_length >::operator const char * | ( | ) | const [inline] |
Reimplemented from pfc::string_base.
| const char* pfc::string_fixed_t< max_length >::get_ptr | ( | ) | const [inline, virtual] |
Implements pfc::string_base.
| void pfc::string_fixed_t< max_length >::add_string | ( | const char * | ptr, | |
| t_size | len | |||
| ) | [inline, virtual] |
Implements pfc::string_base.
| void pfc::string_fixed_t< max_length >::truncate | ( | t_size | len | ) | [inline, virtual] |
Implements pfc::string_base.
| t_size pfc::string_fixed_t< max_length >::get_length | ( | ) | const [inline, virtual] |
Reimplemented from pfc::string_base.
1.5.5