Monero
Loading...
Searching...
No Matches
byte_stream.h File Reference
#include <cassert>
#include <cstdint>
#include <cstring>
#include "byte_slice.h"
#include "span.h"
Include dependency graph for byte_stream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  epee::byte_stream
 A partial drop-in replacement for std::ostream. More...

Namespaces

namespace  epee
 TODO: (mj-xmr) This will be reduced in an another PR.

Functions

void epee::PutReserve (byte_stream &dest, const std::size_t length)
 Compatability/optimization for rapidjson.
void epee::PutUnsafe (byte_stream &dest, const std::uint8_t ch)
 Compatability/optimization for rapidjson.
void epee::PutN (byte_stream &dest, const std::uint8_t ch, const std::size_t count)
 Compability/optimization for rapidjson.