Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ExportObjectEntry Class Reference

A wrapper class for an export object entry. More...

#include <export_objects_model.h>

Public Member Functions

 ExportObjectEntry (export_object_entry_t *entry=nullptr)
 Constructs a new ExportObjectEntry.
 
bool operator== (const ExportObjectEntry &other) const
 Compares two ExportObjectEntry instances for equality.
 
QByteArrayView Data () const
 Retrieves the payload data view for the entry.
 
uint32_t PacketNum () const
 Retrieves the packet number associated with the entry.
 

Detailed Description

A wrapper class for an export object entry.

Constructor & Destructor Documentation

◆ ExportObjectEntry()

ExportObjectEntry::ExportObjectEntry ( export_object_entry_t entry = nullptr)
inlineexplicit

Constructs a new ExportObjectEntry.

Parameters
entryPointer to the raw export object entry.

Member Function Documentation

◆ Data()

QByteArrayView ExportObjectEntry::Data ( ) const
inline

Retrieves the payload data view for the entry.

Returns
A QByteArrayView containing the payload data.

◆ operator==()

bool ExportObjectEntry::operator== ( const ExportObjectEntry other) const
inline

Compares two ExportObjectEntry instances for equality.

Parameters
otherThe other entry to compare against.
Returns
True if the entries are equal, false otherwise.

◆ PacketNum()

uint32_t ExportObjectEntry::PacketNum ( ) const
inline

Retrieves the packet number associated with the entry.

Returns
The packet number.

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