Wraps a proto-buffer list. More...
#include <runtime_stream.hpp>
Public Member Functions | |
| RuntimeStreamContentDataObject | Get (int position) |
| Get item at position. More... | |
| RuntimeStreamContentDataList (void *list) | |
| C++ constructor. More... | |
| int | size () const |
| Amount of items within the wrapped list. More... | |
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.