DUDS
Distributed Update of Data from Something
duds::hardware::interface::ConversationVector::Reserve Struct Reference

Use with the insertion operator to reserve space in the vector. More...

#include <ConversationVector.hpp>

Public Member Functions

 Reserve (int l)
 Specify how many bytes to reserve. More...
 

Public Attributes

int len
 

Detailed Description

Use with the insertion operator to reserve space in the vector.

Definition at line 417 of file ConversationVector.hpp.

Constructor & Destructor Documentation

◆ Reserve()

duds::hardware::interface::ConversationVector::Reserve::Reserve ( int  l)
inline

Specify how many bytes to reserve.

Parameters
lLength to reserve.

Definition at line 423 of file ConversationVector.hpp.

Member Data Documentation

◆ len

int duds::hardware::interface::ConversationVector::Reserve::len

Definition at line 418 of file ConversationVector.hpp.

Referenced by duds::hardware::interface::operator<<().


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