ifw-daq 3.1.0
IFW Data Acquisition modules
Loading...
Searching...
No Matches
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 83 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 476 of file keyword.cpp.

◆ operator==()

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

Definition at line 472 of file keyword.cpp.

Member Data Documentation

◆ name

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

Definition at line 84 of file keyword.hpp.

◆ type

KeywordType daq::fits::KeywordNameView::type

Definition at line 85 of file keyword.hpp.


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