libxr 1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
LibXR::ReadInfoBlock Class Reference

Read information block structure. More...

#include <libxr_rw.hpp>

Collaboration diagram for LibXR::ReadInfoBlock:

Public Member Functions

 ReadInfoBlock (RawData data, ReadOperation &&op)
 Constructs a ReadInfoBlock.
 
 ReadInfoBlock ()
 Default constructor.
 

Data Fields

RawData data_
 Data buffer. 数据缓冲区。
 
ReadOperation op_
 Read operation instance. 读取操作实例。
 

Detailed Description

Read information block structure.

读取信息块结构。

Definition at line 285 of file libxr_rw.hpp.

Constructor & Destructor Documentation

◆ ReadInfoBlock() [1/2]

LibXR::ReadInfoBlock::ReadInfoBlock ( RawData  data,
ReadOperation &&  op 
)
inline

Constructs a ReadInfoBlock.

构造一个ReadInfoBlock。

Parameters
dataData buffer.
opRead operation instance.

Definition at line 297 of file libxr_rw.hpp.

297: data_(data), op_(std::move(op)) {}
ReadOperation op_
Read operation instance. 读取操作实例。
Definition libxr_rw.hpp:289
RawData data_
Data buffer. 数据缓冲区。
Definition libxr_rw.hpp:288

◆ ReadInfoBlock() [2/2]

LibXR::ReadInfoBlock::ReadInfoBlock ( )
inline

Default constructor.

默认构造函数。

Definition at line 301 of file libxr_rw.hpp.

301: data_(), op_() {}

Field Documentation

◆ data_

RawData LibXR::ReadInfoBlock::data_

Data buffer. 数据缓冲区。

Definition at line 288 of file libxr_rw.hpp.

◆ op_

ReadOperation LibXR::ReadInfoBlock::op_

Read operation instance. 读取操作实例。

Definition at line 289 of file libxr_rw.hpp.


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