Skip to Content
⚠ Under Construction
ReferenceC++ APIHeader

endstone::Header

Represents a header with a label.

Functions:

NameDescription
Header
Header
getLabelGets the label of the header.
setLabelSets the label of the header.
Header() = default
Header(Message label)

getLabel

Message getLabel() const

Gets the label of the header.

Returns:

The label of the header.

setLabel

Header &setLabel(Message label)

Sets the label of the header.

Parameters:

  • label The new label for the header.

Returns:

A reference to the current header.

Last updated on