casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
casa::BitFlagsEngine< StoredType >::FlagsToBool Struct Reference

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

List of all members.

Public Member Functions

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

Private Attributes

StoredType itsMask

Detailed Description

template<typename StoredType>
struct casa::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>
casa::BitFlagsEngine< StoredType >::FlagsToBool::FlagsToBool ( StoredType  readMask) [inline, explicit]

Definition at line 338 of file BitFlagsEngine.h.


Member Function Documentation

template<typename StoredType>
Bool casa::BitFlagsEngine< StoredType >::FlagsToBool::operator() ( StoredType  value) const [inline]

Member Data Documentation

template<typename StoredType>
StoredType casa::BitFlagsEngine< StoredType >::FlagsToBool::itsMask [private]

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