Project
Loading...
Searching...
No Matches
o2::ctf::ANSHeader Struct Reference

#include <ANSHeader.h>

Public Member Functions

void clear ()
 
constexpr operator uint16_t () const noexcept
 
 operator std::string () const
 
constexpr uint32_t version () const noexcept
 
constexpr bool operator== (const ANSHeader &other) const noexcept
 
constexpr bool operator!= (const ANSHeader &other) const noexcept
 
constexpr bool operator< (const ANSHeader &other) const noexcept
 
constexpr bool operator> (const ANSHeader &other) const noexcept
 
constexpr bool operator>= (const ANSHeader &other) const noexcept
 
constexpr bool operator<= (const ANSHeader &other) const noexcept
 
 ClassDefNV (ANSHeader, 2)
 

Public Attributes

uint8_t majorVersion
 
uint8_t minorVersion
 

Detailed Description

Definition at line 27 of file ANSHeader.h.

Member Function Documentation

◆ ClassDefNV()

o2::ctf::ANSHeader::ClassDefNV ( ANSHeader  ,
 
)

◆ clear()

void o2::ctf::ANSHeader::clear ( )
inline

Definition at line 31 of file ANSHeader.h.

◆ operator std::string()

o2::ctf::ANSHeader::operator std::string ( ) const
inline

Definition at line 39 of file ANSHeader.h.

◆ operator uint16_t()

constexpr o2::ctf::ANSHeader::operator uint16_t ( ) const
inlineconstexprnoexcept

Definition at line 32 of file ANSHeader.h.

◆ operator!=()

constexpr bool o2::ctf::ANSHeader::operator!= ( const ANSHeader other) const
inlineconstexprnoexcept

Definition at line 45 of file ANSHeader.h.

◆ operator<()

constexpr bool o2::ctf::ANSHeader::operator< ( const ANSHeader other) const
inlineconstexprnoexcept

Definition at line 46 of file ANSHeader.h.

◆ operator<=()

constexpr bool o2::ctf::ANSHeader::operator<= ( const ANSHeader other) const
inlineconstexprnoexcept

Definition at line 49 of file ANSHeader.h.

◆ operator==()

constexpr bool o2::ctf::ANSHeader::operator== ( const ANSHeader other) const
inlineconstexprnoexcept

Definition at line 44 of file ANSHeader.h.

◆ operator>()

constexpr bool o2::ctf::ANSHeader::operator> ( const ANSHeader other) const
inlineconstexprnoexcept

Definition at line 47 of file ANSHeader.h.

◆ operator>=()

constexpr bool o2::ctf::ANSHeader::operator>= ( const ANSHeader other) const
inlineconstexprnoexcept

Definition at line 48 of file ANSHeader.h.

◆ version()

constexpr uint32_t o2::ctf::ANSHeader::version ( ) const
inlineconstexprnoexcept

Definition at line 43 of file ANSHeader.h.

Member Data Documentation

◆ majorVersion

uint8_t o2::ctf::ANSHeader::majorVersion

Definition at line 28 of file ANSHeader.h.

◆ minorVersion

uint8_t o2::ctf::ANSHeader::minorVersion

Definition at line 29 of file ANSHeader.h.


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