olp-cpp-sdk  1.22.0
Public Member Functions | List of all members
olp::dataservice::read::model::StreamOffsets Class Referencefinal

Represents a list of offsets. More...

#include <StreamOffsets.h>

Public Member Functions

const std::vector< StreamOffset > & GetOffsets () const
 Gets the list of offsets. More...
 
void SetOffsets (std::vector< StreamOffset > value)
 Sets the list of offsets. More...
 

Detailed Description

Represents a list of offsets.

Member Function Documentation

◆ GetOffsets()

const std::vector<StreamOffset>& olp::dataservice::read::model::StreamOffsets::GetOffsets ( ) const
inline

Gets the list of offsets.

Returns
The list of offsets.

◆ SetOffsets()

void olp::dataservice::read::model::StreamOffsets::SetOffsets ( std::vector< StreamOffset value)
inline

Sets the list of offsets.

Parameters
valueThe list of offsets.

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