|
Monero
|
#include <atomic>#include <cstdlib>#include <cstring>#include <limits>#include <stdexcept>#include <utility>#include "byte_slice.h"#include "byte_stream.h"
Classes | |
| struct | epee::byte_slice_data |
Namespaces | |
| namespace | epee |
| TODO: (mj-xmr) This will be reduced in an another PR. | |
Functions | |
| byte_buffer | epee::byte_buffer_resize (byte_buffer buf, std::size_t length) noexcept |
| byte_buffer | epee::byte_buffer_increase (byte_buffer buf, std::size_t current, std::size_t more) |