#include <FWGeometryTableManager.h>
Public Member Functions | |
bool | accepted () |
Match () | |
Public Attributes | |
bool | m_childMatches |
bool | m_matches |
Definition at line 44 of file FWGeometryTableManager.h.
FWGeometryTableManager::Match::Match | ( | void | ) | [inline] |
Definition at line 48 of file FWGeometryTableManager.h.
: m_matches(false), m_childMatches(false) {}
bool FWGeometryTableManager::Match::accepted | ( | ) | [inline] |
Definition at line 50 of file FWGeometryTableManager.h.
References m_childMatches, and m_matches.
{ return m_matches || m_childMatches; }
Definition at line 47 of file FWGeometryTableManager.h.
Referenced by accepted(), and FWGeometryTableManager::checkChildMatches().
Definition at line 46 of file FWGeometryTableManager.h.
Referenced by accepted().