![]() |
Apache Ignite C++
|
Binary collection reader. More...
#include <binary_containers.h>
Public Member Functions | |
| BinaryCollectionReader (impl::binary::BinaryReaderImpl *impl, int32_t id, const CollectionType type, int32_t size) | |
| Constructor. More... | |
| bool | HasNext () |
| Check whether next element is available for read. More... | |
| T | GetNext () |
| Read next element. More... | |
| CollectionType | GetType () |
| Get collection type. More... | |
| int32_t | GetSize () |
| Get collection size. More... | |
| bool | IsNull () |
| Whether collection is NULL. | |
Binary collection reader.
|
inline |
Constructor.
| impl | Reader. |
| id | Identifier. |
| type | Collection type. |
| size | Collection size. |
|
inline |
Read next element.
|
inline |
Get collection size.
|
inline |
Get collection type.
|
inline |
Check whether next element is available for read.
1.8.9.1