Public Member Functions | |
bool | accepted () |
Match () | |
Public Attributes | |
bool | m_childMatches |
bool | m_matches |
Definition at line 59 of file FWGeometryTableManager.h.
FWGeometryTableManager::Match::Match | ( | void | ) | [inline] |
Definition at line 64 of file FWGeometryTableManager.h.
: m_matches(true), m_childMatches(true) {}
bool FWGeometryTableManager::Match::accepted | ( | ) | [inline] |
Definition at line 66 of file FWGeometryTableManager.h.
References m_childMatches, and m_matches.
{ return m_matches || m_childMatches; }
Definition at line 62 of file FWGeometryTableManager.h.
Referenced by accepted(), and FWGeometryTableManager::checkChildMatches().
Definition at line 61 of file FWGeometryTableManager.h.
Referenced by accepted().