|
Monero
|


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. | |