#include <bytearray.h>
Public Member Functions | |
| CL_ByteArray () | |
| Construction:. | |
| CL_ByteArray (const CL_ByteArray ©) | |
| CL_ByteArray (int size) | |
| ~CL_ByteArray () | |
| char * | get_data () |
| Attributes:. | |
| const char * | get_data () const |
| int | get_size () const |
| int | get_capacity () const |
| char & | operator[] (int i) |
| const char & | operator[] (int i) const |
| char & | operator[] (unsigned int i) |
| const char & | operator[] (unsigned int i) const |
| CL_ByteArray & | operator= (const CL_ByteArray ©) |
| Operations:. | |
| void | set_size (int size) |
| void | set_capacity (int capacity) |
Private Attributes | |
| char * | data |
| Implementation:. | |
| int | size |
| int | allocated_size |
|
|
Construction:.
Definition at line 36 of file bytearray.cpp. |
|
|
Definition at line 40 of file bytearray.cpp. References data, set_size(), and size. |
|
|
Definition at line 46 of file bytearray.cpp. References set_size(). |
|
|
Definition at line 51 of file bytearray.cpp. References data. |
|
|
Definition at line 74 of file bytearray.cpp. References allocated_size. Referenced by CL_BufferedStringBuffer::add_string(). |
|
|
Definition at line 64 of file bytearray.cpp. References data. |
|
|
|
|
Operations:.
Definition at line 102 of file bytearray.cpp. References data, set_size(), and size. |
|
|
Definition at line 94 of file bytearray.cpp. References data. |
|
|
Definition at line 89 of file bytearray.cpp. References data. |
|
|
Definition at line 84 of file bytearray.cpp. References data. |
|
|
Definition at line 79 of file bytearray.cpp. References data. |
|
|
Definition at line 130 of file bytearray.cpp. References allocated_size, data, and size. Referenced by CL_BufferedStringBuffer::add_string(). |
|
|
Definition at line 112 of file bytearray.cpp. References allocated_size, data, and size. Referenced by CL_BufferedStringBuffer::add_string(), CL_ByteArray(), CL_DBCommand::get_blob(), operator=(), CL_File::peek(), and CL_File::read(). |
|
|
Definition at line 76 of file bytearray.h. Referenced by get_capacity(), set_capacity(), and set_size(). |
|
|
Implementation:.
Definition at line 72 of file bytearray.h. Referenced by CL_ByteArray(), get_data(), operator=(), operator[](), set_capacity(), set_size(), and ~CL_ByteArray(). |
|
|
Definition at line 74 of file bytearray.h. Referenced by CL_ByteArray(), get_size(), operator=(), set_capacity(), and set_size(). |
1.4.1