casacore
Public Member Functions | Private Attributes | List of all members
casacore::BitFlagsEngine< StoredType >::FlagsToBool Struct Reference

Functor to and an array and mask and convert to Bool. More...

Public Member Functions

 FlagsToBool (StoredType readMask)
 
Bool operator() (StoredType value) const
 

Private Attributes

StoredType itsMask
 

Detailed Description

template<typename StoredType>
struct casacore::BitFlagsEngine< StoredType >::FlagsToBool

Functor to and an array and mask and convert to Bool.

Definition at line 336 of file BitFlagsEngine.h.

Constructor & Destructor Documentation

◆ FlagsToBool()

template<typename StoredType >
casacore::BitFlagsEngine< StoredType >::FlagsToBool::FlagsToBool ( StoredType  readMask)
inlineexplicit

Definition at line 338 of file BitFlagsEngine.h.

Member Function Documentation

◆ operator()()

template<typename StoredType >
Bool casacore::BitFlagsEngine< StoredType >::FlagsToBool::operator() ( StoredType  value) const
inline

Member Data Documentation

◆ itsMask

template<typename StoredType >
StoredType casacore::BitFlagsEngine< StoredType >::FlagsToBool::itsMask
private

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