Kanzi Connect 3.9.10
kanzi::connect::RuntimeStreamContentDataList Class Reference

Wraps a proto-buffer list. More...

#include <runtime_stream.hpp>

Public Member Functions

RuntimeStreamContentDataObject Get (int position)
 Get item at position.
 
 RuntimeStreamContentDataList (void *list)
 C++ constructor.
 
int size () const
 Amount of items within the wrapped list.
 

Detailed Description

Wraps a proto-buffer list.

Constructor & Destructor Documentation

◆ RuntimeStreamContentDataList()

kanzi::connect::RuntimeStreamContentDataList::RuntimeStreamContentDataList ( void * list)

C++ constructor.

Parameters
listthe list to wrap

Member Function Documentation

◆ Get()

RuntimeStreamContentDataObject kanzi::connect::RuntimeStreamContentDataList::Get ( int position)

Get item at position.

Parameters
positionthe position where to retrieve from.
Returns
wrapped object.

◆ size()

int kanzi::connect::RuntimeStreamContentDataList::size ( ) const

Amount of items within the wrapped list.

Returns
amount of elements.

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