olp-cpp-sdk
1.22.0
|
Represents a vector of messages consumed from a stream layer. More...
#include <Messages.h>
Public Member Functions | |
const std::vector< Message > & | GetMessages () const |
Gets the vector of messages. More... | |
void | SetMessages (std::vector< Message > value) |
Sets the vector of messages. More... | |
Represents a vector of messages consumed from a stream layer.
|
inline |
Gets the vector of messages.
StreamLayerClient
.
|
inline |
Sets the vector of messages.
value | The vector of messages consumed from StreamLayerClient . |