Apache Ignite C++
Public Member Functions | List of all members
ignite::binary::BinaryArrayWriter< T > Class Template Reference

Binary collection writer. More...

#include <binary_containers.h>

Public Member Functions

 BinaryArrayWriter (impl::binary::BinaryWriterImpl *impl, int32_t id)
 Constructor. More...
 
void Write (const T &val)
 Write a value. More...
 
void Close ()
 Close the writer.
 

Detailed Description

template<typename T>
class ignite::binary::BinaryArrayWriter< T >

Binary collection writer.

Constructor & Destructor Documentation

template<typename T>
ignite::binary::BinaryArrayWriter< T >::BinaryArrayWriter ( impl::binary::BinaryWriterImpl *  impl,
int32_t  id 
)
inline

Constructor.

Parameters
implWriter.
idIdentifier.

Member Function Documentation

template<typename T>
void ignite::binary::BinaryArrayWriter< T >::Write ( const T &  val)
inline

Write a value.

Parameters
valValue.

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