casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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...

Inheritance diagram for casacore::BitFlagsEngine< StoredType >::FlagsToBool:

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

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

Definition at line 338 of file BitFlagsEngine.h.

Member Function Documentation

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

Member Data Documentation

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

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