CMS 3D CMS Logo

Public Member Functions | Public Attributes

FWGeometryTableManager::Match Struct Reference

List of all members.

Public Member Functions

bool accepted ()
 Match ()

Public Attributes

bool m_childMatches
bool m_matches

Detailed Description

Definition at line 59 of file FWGeometryTableManager.h.


Constructor & Destructor Documentation

FWGeometryTableManager::Match::Match ( void  ) [inline]

Definition at line 64 of file FWGeometryTableManager.h.

: m_matches(true), m_childMatches(true) {}

Member Function Documentation

bool FWGeometryTableManager::Match::accepted ( ) [inline]

Definition at line 66 of file FWGeometryTableManager.h.

References m_childMatches, and m_matches.

{ return m_matches || m_childMatches; }

Member Data Documentation

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().