#include <buffered_string_buffer.h>
Public Member Functions | |
| CL_BufferedStringBuffer () | |
| Construction:. | |
| ~CL_BufferedStringBuffer () | |
| const char * | get_data (int index) |
| Operations:. | |
| int | get_length (int index) |
| int | get_string_count () |
| CL_BufferedString | add_string (const char *str, int length) |
| CL_BufferedString | get_string (int index) |
Private Attributes | |
| std::vector< StringData > | strings |
| CL_ByteArray | buffer |
Classes | |
| struct | StringData |
| Implementation:. More... | |
Definition at line 44 of file buffered_string_buffer.h.
|
|
Construction:.
Definition at line 36 of file buffered_string_buffer.cpp. |
|
|
Definition at line 40 of file buffered_string_buffer.cpp. |
|
||||||||||||
|
|
Operations:.
Definition at line 50 of file buffered_string_buffer.cpp. Referenced by CL_BufferedString::c_str(), CL_BufferedString::data(), and CL_BufferedString::to_string(). |
|
|
Definition at line 55 of file buffered_string_buffer.cpp. Referenced by CL_BufferedString::length(), and CL_BufferedString::to_string(). |
|
|
Definition at line 91 of file buffered_string_buffer.cpp. |
|
|
Definition at line 60 of file buffered_string_buffer.cpp. References strings. |
|
|
Definition at line 77 of file buffered_string_buffer.h. Referenced by add_string(). |
|
|
Definition at line 75 of file buffered_string_buffer.h. Referenced by add_string(), and get_string_count(). |
1.4.1