All Classes Namespaces Functions Variables Typedefs Enumerations Friends
Public Member Functions | Public Attributes | List of all members
ucxx::data::StreamSend Class Reference

Data for a Stream send. More...

#include <request_data.h>

Public Member Functions

 StreamSend (const decltype(_buffer) buffer, const decltype(_length) length)
 Constructor for stream-specific data. More...
 

Public Attributes

const void * _buffer {nullptr}
 The raw pointer where data to be sent is stored.
 
const size_t _length {0}
 The length of the message.
 

Detailed Description

Data for a Stream send.

Type identifying a Stream send operation and containing data specific to this request type.

Constructor & Destructor Documentation

◆ StreamSend()

ucxx::data::StreamSend::StreamSend ( const decltype(_buffer buffer,
const decltype(_length length 
)
explicit

Constructor for stream-specific data.

Construct an object containing stream-specific data.

Parameters
[in]buffera raw pointer to the data to be sent.
[in]lengththe size in bytes of the tag message to be sent.

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