|
STK++ 0.9.13
|
Template functor to compute the bitwise and with a fixed value. More...
#include <STK_Functors.h>
Public Types | |
| enum | { NbParam_ = 1 } |
| typedef Type | result_type |
| typedef hidden::RemoveConst< Type >::Type | param1_type |
Public Member Functions | |
| BitwiseAndWithOp (BitwiseAndWithOp const &value) | |
| BitwiseAndWithOp (Type const &value) | |
| result_type | operator() (param1_type const &a) const |
Private Attributes | |
| param1_type const | value_ |
Template functor to compute the bitwise and with a fixed value.
Definition at line 726 of file STK_Functors.h.
| typedef hidden::RemoveConst<Type>::Type STK::BitwiseAndWithOp< Type >::param1_type |
Definition at line 730 of file STK_Functors.h.
| typedef Type STK::BitwiseAndWithOp< Type >::result_type |
Definition at line 729 of file STK_Functors.h.
|
inline |
Definition at line 732 of file STK_Functors.h.
|
inline |
Definition at line 733 of file STK_Functors.h.
|
inline |
|
private |
Definition at line 737 of file STK_Functors.h.
Referenced by STK::BitwiseAndWithOp< Type >::operator()().