base_type_t typedef (определено в so_4::rt::comm_buf_t) | so_4::rt::comm_buf_t | [private] |
capacity() const | so_4::rt::comm_buf_t | |
change_capacity(size_t new_capacity, bool save_contents=true) | so_4::rt::comm_buf_t | |
change_size(size_t new_size) | so_4::rt::comm_buf_t | |
comm_buf_t() | so_4::rt::comm_buf_t | |
comm_buf_t(size_t capacity) | so_4::rt::comm_buf_t | |
comm_buf_t(const comm_buf_t &o) | so_4::rt::comm_buf_t | |
current_ptr() const | so_4::rt::comm_buf_t | |
erase(size_t from_offs, size_t count) | so_4::rt::comm_buf_t | |
insert(size_t to_pos, const comm_buf_t &from, size_t from_pos, size_t count) | so_4::rt::comm_buf_t | |
insert(size_t to_pos, const void *from, size_t count) | so_4::rt::comm_buf_t | |
operator=(const comm_buf_t &o) | so_4::rt::comm_buf_t | |
pos() const | so_4::rt::comm_buf_t | |
ptr() const | so_4::rt::comm_buf_t | |
read(char *v, size_t count) | so_4::rt::comm_buf_t | |
read(signed char *v, size_t count) | so_4::rt::comm_buf_t | [inline] |
read(unsigned char *v, size_t count) | so_4::rt::comm_buf_t | [inline] |
read(short *v, size_t count) | so_4::rt::comm_buf_t | |
read(unsigned short *v, size_t count) | so_4::rt::comm_buf_t | [inline] |
read(int *v, size_t count) | so_4::rt::comm_buf_t | |
read(unsigned int *v, size_t count) | so_4::rt::comm_buf_t | [inline] |
read(float *v, size_t count) | so_4::rt::comm_buf_t | |
read(double *v, size_t count) | so_4::rt::comm_buf_t | |
read(std::string &p) (определено в so_4::rt::comm_buf_t) | so_4::rt::comm_buf_t | [virtual] |
read_c_str(char *receiver, char terminator=0) | so_4::rt::comm_buf_t | |
set_pos(size_t pos) | so_4::rt::comm_buf_t | |
size() const | so_4::rt::comm_buf_t | |
subbuf(size_t from_pos, comm_buf_t &to, size_t to_pos, size_t count) const | so_4::rt::comm_buf_t | |
subbuf(size_t from_pos, void *to, size_t count) const | so_4::rt::comm_buf_t | |
swap(comm_buf_t &o) | so_4::rt::comm_buf_t | |
write(const char *v, size_t count) | so_4::rt::comm_buf_t | |
write(const signed char *v, size_t count) | so_4::rt::comm_buf_t | [inline] |
write(const unsigned char *v, size_t count) | so_4::rt::comm_buf_t | [inline] |
write(const short *v, size_t count) | so_4::rt::comm_buf_t | |
write(const unsigned short *v, size_t count) | so_4::rt::comm_buf_t | [inline] |
write(const int *v, size_t count) | so_4::rt::comm_buf_t | |
write(const unsigned int *v, size_t count) | so_4::rt::comm_buf_t | [inline] |
write(const float *v, size_t count) | so_4::rt::comm_buf_t | |
write(const double *v, size_t count) | so_4::rt::comm_buf_t | |
write(const std::string &p) (определено в so_4::rt::comm_buf_t) | so_4::rt::comm_buf_t | [virtual] |
~comm_buf_t() (определено в so_4::rt::comm_buf_t) | so_4::rt::comm_buf_t | |