Matcher for specific identificator. More...
Public Member Functions | |
IdMatcher (const std::string &i, const std::string &compName, bool report) | |
Construct. More... | |
utl::Branch | operator() (const utl::Branch &b) |
Matches against the specific Branch. More... | |
bool | operator() (const int lowerBound, const int upperBound) |
Matches for a range. More... | |
bool | operator() (const int id) |
Matches for an specific id. More... | |
Private Attributes | |
const std::string & | fCompName |
const std::string & | fId |
const bool | fIsReportingErrors |
Matcher for specific identificator.
Definition at line 347 of file XXMLManager.h.
|
inline |
Construct.
Definition at line 350 of file XXMLManager.h.
|
inline |
Matches against the specific Branch.
Definition at line 358 of file XXMLManager.h.
References utl::Branch::GetChild().
|
inline |
Matches for a range.
Definition at line 374 of file XXMLManager.h.
References det::XXMLManager< Info >::b, is(), and WARNING.
|
inline |
Matches for an specific id.
Definition at line 396 of file XXMLManager.h.
References det::XXMLManager< Info >::b, is(), and WARNING.
|
private |
Definition at line 418 of file XXMLManager.h.
|
private |
Definition at line 417 of file XXMLManager.h.
|
private |
Definition at line 419 of file XXMLManager.h.