Matcher for accumulation. More...
Public Member Functions | |
AccumulatorMatcher (Container &ids, const bool report) | |
Construct. More... | |
bool | IsModified () const |
Returns if there were additions. More... | |
utl::Branch | operator() (const utl::Branch &) |
Never matches. More... | |
bool | operator() (const int lowerBound, const int upperBound) |
Fill the range. More... | |
bool | operator() (const int id) |
Add the id. More... | |
Private Attributes | |
Container & | fIds |
const bool | fIsReportingErrors |
bool | fModified |
Matcher for accumulation.
Definition at line 426 of file XXMLManager.h.
|
inline |
Construct.
Definition at line 429 of file XXMLManager.h.
|
inline |
Returns if there were additions.
Definition at line 460 of file XXMLManager.h.
Referenced by det::XXMLManager< Info >::GetDataInternal().
|
inline |
Never matches.
Definition at line 436 of file XXMLManager.h.
|
inline |
Fill the range.
Definition at line 441 of file XXMLManager.h.
References det::XXMLManager< Info >::i.
|
inline |
Add the id.
Definition at line 452 of file XXMLManager.h.
|
private |
Definition at line 463 of file XXMLManager.h.
|
private |
Definition at line 464 of file XXMLManager.h.
|
private |
Definition at line 465 of file XXMLManager.h.