
Public Member Functions | |
| ByteArrayOutputStream (boost::uint8_t *buffer, int buffer_size) | |
| void | write (boost::uint8_t const *data, size_t size) |
Public Attributes | |
| boost::uint8_t * | buffer |
| unsigned int | buffer_size |
| unsigned int | current |
Definition at line 712 of file value_ops.cc.
| ByteArrayOutputStream::ByteArrayOutputStream | ( | boost::uint8_t * | buffer, |
| int | buffer_size | ||
| ) | [inline] |
Definition at line 717 of file value_ops.cc.
| void ByteArrayOutputStream::write | ( | boost::uint8_t const * | data, |
| size_t | size | ||
| ) | [inline] |
Definition at line 720 of file value_ops.cc.
| boost::uint8_t* ByteArrayOutputStream::buffer |
Definition at line 714 of file value_ops.cc.
| unsigned int ByteArrayOutputStream::buffer_size |
Definition at line 715 of file value_ops.cc.
| unsigned int ByteArrayOutputStream::current |
Definition at line 716 of file value_ops.cc.