#include <bytes_seq.H>
Public Member Functions | |
| byte_str (char *p, int l) | |
Public Attributes | |
| char * | p |
| int | l |
Definition at line 32 of file bytes_seq.H.
| byte_str::byte_str | ( | char * | p, | |
| int | l | |||
| ) | [inline] |
Definition at line 36 of file bytes_seq.H.
| char* byte_str::p |
Definition at line 33 of file bytes_seq.H.
Referenced by bytes_seq::append(), bytes_seq_impl::expand(), SRPC::recv_bytes_seq(), and SRPC::send_bytes_seq().
| int byte_str::l |
Definition at line 34 of file bytes_seq.H.
Referenced by bytes_seq::append(), bytes_seq_impl::expand(), SRPC::recv_bytes_seq(), and SRPC::send_bytes_seq().
1.5.1