#include <BPHMultiSelect.h>
Public Types | |
using | Base = BPHSlimSelect< T > |
Public Types inherited from BPHSlimSelect< T > | |
using | Base = BPHMultiSelectBase< T > |
Public Member Functions | |
bool | accept (const typename T::AcceptArg &cand, const BPHRecoBuilder *build) const override |
accept function More... | |
BPHFullSelect (BPHSelectOperation::mode op) | |
BPHFullSelect (const BPHFullSelect< T > &x) | |
BPHFullSelect & | operator= (const BPHFullSelect< T > &x) |
~BPHFullSelect () override | |
Public Member Functions inherited from BPHSlimSelect< T > | |
bool | accept (const typename T::AcceptArg &cand) const override |
accept function More... | |
BPHSlimSelect (BPHSelectOperation::mode op) | |
BPHSlimSelect (const BPHSlimSelect< T > &x)=delete | |
BPHSlimSelect & | operator= (const BPHSlimSelect< T > &x)=delete |
~BPHSlimSelect () override | |
Public Member Functions inherited from BPHMultiSelectBase< T > | |
BPHMultiSelectBase (BPHSelectOperation::mode op) | |
BPHMultiSelectBase (const BPHMultiSelectBase< T > &x)=delete | |
unsigned int | count () |
component count More... | |
void | include (T &s, bool m=true) |
include selection More... | |
BPHMultiSelectBase & | operator= (const BPHMultiSelectBase< T > &x)=delete |
~BPHMultiSelectBase () override | |
Additional Inherited Members | |
Protected Types inherited from BPHMultiSelectBase< T > | |
using | Obj = typename T::AcceptArg |
Protected Member Functions inherited from BPHMultiSelectBase< T > | |
bool | select (const Obj &cand) const |
bool | select (const Obj &cand, const BPHRecoBuilder *build) const |
Definition at line 143 of file BPHMultiSelect.h.
using BPHFullSelect< T >::Base = BPHSlimSelect<T> |
Definition at line 145 of file BPHMultiSelect.h.
|
inline |
BPHFullSelect< T >::BPHFullSelect | ( | const BPHFullSelect< T > & | x | ) |
|
inlineoverride |
|
inlineoverride |
accept function
Operations
Definition at line 162 of file BPHMultiSelect.h.
Referenced by esMonitoring.FDJsonServer::handle_accept().
BPHFullSelect& BPHFullSelect< T >::operator= | ( | const BPHFullSelect< T > & | x | ) |