ifw-daq  3.0.0-pre2
IFW Data Acquisition modules
Public Attributes | Related Functions | List of all members
daq::fits::KeywordNameView Struct Reference

#include <keyword.hpp>

Public Attributes

std::string_view name
 
KeywordType type
 

Related Functions

(Note that these are not member functions.)

bool operator== (KeywordNameView lhs, KeywordNameView rhs) noexcept
 
bool operator!= (KeywordNameView lhs, KeywordNameView rhs) noexcept
 

Detailed Description

Definition at line 79 of file keyword.hpp.

Friends And Related Function Documentation

◆ operator!=()

bool operator!= ( KeywordNameView  lhs,
KeywordNameView  rhs 
)
related
Returns
true if keyword type and names are not equal.

Definition at line 359 of file keyword.cpp.

◆ operator==()

bool operator== ( KeywordNameView  lhs,
KeywordNameView  rhs 
)
related
Returns
true if keyword type and names are equal.

Definition at line 355 of file keyword.cpp.

Member Data Documentation

◆ name

std::string_view daq::fits::KeywordNameView::name

Definition at line 80 of file keyword.hpp.

◆ type

KeywordType daq::fits::KeywordNameView::type

Definition at line 81 of file keyword.hpp.


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