Apache Ignite C++
Public Member Functions | List of all members
ignite::binary::BinaryMapWriter< K, V > Class Template Reference

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.
 

Detailed Description

template<typename K, typename V>
class ignite::binary::BinaryMapWriter< K, V >

Binary map writer.

Constructor & Destructor Documentation

template<typename K, typename V>
ignite::binary::BinaryMapWriter< K, V >::BinaryMapWriter ( impl::binary::BinaryWriterImpl *  impl,
int32_t  id 
)
inline

Constructor.

Parameters
implWriter.

Member Function Documentation

template<typename K, typename V>
void ignite::binary::BinaryMapWriter< K, V >::Write ( const K &  key,
const V &  val 
)
inline

Write a value.

Parameters
keyKey.
valValue.

The documentation for this class was generated from the following file: