Public Member Functions | Public Attributes | List of all members
mcap::RecordOffset Struct Reference

#include <types.hpp>

Public Member Functions

bool operator!= (const RecordOffset &other) const
 
bool operator< (const RecordOffset &other) const
 
bool operator<= (const RecordOffset &other) const
 
bool operator== (const RecordOffset &other) const
 
bool operator> (const RecordOffset &other) const
 
bool operator>= (const RecordOffset &other) const
 
 RecordOffset ()=default
 
 RecordOffset (ByteOffset offset_)
 
 RecordOffset (ByteOffset offset_, ByteOffset chunkOffset_)
 

Public Attributes

std::optional< ByteOffsetchunkOffset
 
ByteOffset offset
 

Detailed Description

Definition at line 353 of file types.hpp.

Constructor & Destructor Documentation

◆ RecordOffset() [1/3]

mcap::RecordOffset::RecordOffset ( )
default

◆ RecordOffset() [2/3]

mcap::RecordOffset::RecordOffset ( ByteOffset  offset_)
inlineexplicit

Definition at line 358 of file types.hpp.

◆ RecordOffset() [3/3]

mcap::RecordOffset::RecordOffset ( ByteOffset  offset_,
ByteOffset  chunkOffset_ 
)
inline

Definition at line 360 of file types.hpp.

Member Function Documentation

◆ operator!=()

bool mcap::RecordOffset::operator!= ( const RecordOffset other) const
inline

Definition at line 367 of file types.hpp.

◆ operator<()

bool mcap::RecordOffset::operator< ( const RecordOffset other) const
inline

Definition at line 373 of file types.hpp.

◆ operator<=()

bool mcap::RecordOffset::operator<= ( const RecordOffset other) const
inline

Definition at line 376 of file types.hpp.

◆ operator==()

bool mcap::RecordOffset::operator== ( const RecordOffset other) const

◆ operator>()

bool mcap::RecordOffset::operator> ( const RecordOffset other) const

◆ operator>=()

bool mcap::RecordOffset::operator>= ( const RecordOffset other) const
inline

Definition at line 370 of file types.hpp.

Member Data Documentation

◆ chunkOffset

std::optional<ByteOffset> mcap::RecordOffset::chunkOffset

Definition at line 355 of file types.hpp.

◆ offset

ByteOffset mcap::RecordOffset::offset

Definition at line 354 of file types.hpp.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:31