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