#include <ThinnedAssociationsHelper.h>
Public Member Functions | |
BranchID const & | association () const |
bool | isSlimmed () const |
bool | operator< (ThinnedAssociationBranches const &rhs) const |
BranchID const & | parent () const |
BranchID const & | thinned () const |
ThinnedAssociationBranches () | |
ThinnedAssociationBranches (BranchID const &, BranchID const &, BranchID const &, bool slimmed) | |
Private Attributes | |
BranchID | association_ |
BranchID | parent_ |
bool | slimmed_ = false |
BranchID | thinned_ |
Definition at line 18 of file ThinnedAssociationsHelper.h.
edm::ThinnedAssociationBranches::ThinnedAssociationBranches | ( | ) |
Definition at line 10 of file ThinnedAssociationsHelper.cc.
edm::ThinnedAssociationBranches::ThinnedAssociationBranches | ( | BranchID const & | parent, |
BranchID const & | association, | ||
BranchID const & | thinned, | ||
bool | slimmed | ||
) |
Definition at line 12 of file ThinnedAssociationsHelper.cc.
|
inline |
Definition at line 24 of file ThinnedAssociationsHelper.h.
References association_.
Referenced by edm::ThinnedAssociationsHelper::requireMatch().
|
inline |
Definition at line 26 of file ThinnedAssociationsHelper.h.
References slimmed_.
Referenced by edm::ThinnedAssociationsHelper::addAssociation().
|
inline |
|
inline |
Definition at line 23 of file ThinnedAssociationsHelper.h.
References parent_.
Referenced by BeautifulSoup.PageElement::_invert(), edm::ThinnedAssociationsHelper::lower_bound(), and edm::ThinnedAssociationsHelper::requireMatch().
|
inline |
Definition at line 25 of file ThinnedAssociationsHelper.h.
References thinned_.
Referenced by edm::ThinnedAssociationsHelper::addAssociation(), edm::ThinnedAssociationsHelper::requireMatch(), and edm::ThinnedAssociationsHelper::shouldKeepAssociation().
|
private |
Definition at line 32 of file ThinnedAssociationsHelper.h.
Referenced by association().
|
private |
Definition at line 31 of file ThinnedAssociationsHelper.h.
Referenced by operator<(), and parent().
|
private |
Definition at line 34 of file ThinnedAssociationsHelper.h.
Referenced by isSlimmed().
|
private |
Definition at line 33 of file ThinnedAssociationsHelper.h.
Referenced by thinned().