CMS 3D CMS Logo

Public Member Functions | Public Attributes

FWGeometryTableManager::Match Struct Reference

#include <FWGeometryTableManager.h>

List of all members.

Public Member Functions

bool accepted ()
 Match ()

Public Attributes

bool m_childMatches
bool m_matches

Detailed Description

Definition at line 44 of file FWGeometryTableManager.h.


Constructor & Destructor Documentation

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

Definition at line 48 of file FWGeometryTableManager.h.

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

Member Function Documentation

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

Definition at line 50 of file FWGeometryTableManager.h.

References m_childMatches, and m_matches.

{ return m_matches || m_childMatches; }

Member Data Documentation

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