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

Data for an endpoint close operation. More...

#include <request_data.h>

Public Member Functions

 EndpointClose (const decltype(_force) force)
 Constructor for endpoint close-specific data. More...
 

Public Attributes

const bool _force {false}
 Whether to force endpoint closing.
 

Detailed Description

Data for an endpoint close operation.

Type identifying an endpoint close operation and containing data specific to this request type.

Constructor & Destructor Documentation

◆ EndpointClose()

ucxx::data::EndpointClose::EndpointClose ( const decltype(_force force)
explicit

Constructor for endpoint close-specific data.

Construct an object containing endpoint close-specific data.

Parameters
[in]forceforce endpoint close if true, flush otherwise.

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