Exemplo n.º 1
0
bool
SearchSite::match(GameInfo const& info) const
{
	return info.eventEntry()->site() == m_entry;
}
Exemplo n.º 2
0
bool
SearchEvent::match(GameInfo const& info) const
{
	return info.eventEntry() == m_entry;
}