pjmsg_mcap_wrapper
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
mcap::RecordOffset Struct Reference

Detailed Description

Definition at line 354 of file types.hpp.

#include <types.hpp>

Public Member Functions

 RecordOffset ()=default
 
 RecordOffset (ByteOffset offset_)
 
 RecordOffset (ByteOffset offset_, ByteOffset chunkOffset_)
 
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
 

Public Attributes

ByteOffset offset
 
std::optional< ByteOffsetchunkOffset
 

Constructor & Destructor Documentation

◆ RecordOffset() [1/3]

mcap::RecordOffset::RecordOffset ( )
default

◆ RecordOffset() [2/3]

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

Definition at line 359 of file types.hpp.

◆ RecordOffset() [3/3]

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

Definition at line 361 of file types.hpp.

Member Function Documentation

◆ operator!=()

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

Definition at line 368 of file types.hpp.

◆ operator<()

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

Definition at line 374 of file types.hpp.

◆ operator<=()

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

Definition at line 377 of file types.hpp.

◆ operator==()

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

Definition at line 47 of file types.inl.

◆ operator>()

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

Definition at line 64 of file types.inl.

◆ operator>=()

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

Definition at line 371 of file types.hpp.

Member Data Documentation

◆ chunkOffset

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

Definition at line 356 of file types.hpp.

◆ offset

ByteOffset mcap::RecordOffset::offset

Definition at line 355 of file types.hpp.


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