![]() |
Apache Ignite C++
|
Binary map writer. More...
#include <binary_containers.h>
Public Member Functions | |
| BinaryMapWriter (impl::binary::BinaryWriterImpl *impl, int32_t id) | |
| Constructor. More... | |
| void | Write (const K &key, const V &val) |
| Write a value. More... | |
| void | Close () |
| Close the writer. | |
Binary map writer.
|
inline |
Constructor.
| impl | Writer. |
|
inline |
Write a value.
| key | Key. |
| val | Value. |
1.8.9.1