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. | |
Wraps a proto-buffer list.
kanzi::connect::RuntimeStreamContentDataList::RuntimeStreamContentDataList | ( | void * | list | ) |
C++ constructor.
list | the list to wrap |
RuntimeStreamContentDataObject kanzi::connect::RuntimeStreamContentDataList::Get | ( | int | position | ) |
Get item at position.
position | the position where to retrieve from. |
int kanzi::connect::RuntimeStreamContentDataList::size | ( | ) | const |
Amount of items within the wrapped list.