Beispiel #1
0
 public override bool include(HDict dict, IPather pather)
 {
     return(m_a.include(dict, pather) && m_b.include(dict, pather));
 }
Beispiel #2
0
        //////////////////////////////////////////////////////////////////////////
        // Access
        //////////////////////////////////////////////////////////////////////////

        /* Return if given tags entity matches this query. */
        public abstract bool include(HDict dict, IPather pather);