Ejemplo n.º 1
0
Integer Species::count(const Species& sp) const
{
    return count_spmatches(*this, sp);
}
Ejemplo n.º 2
0
Integer Species::count(const Species& pttrn) const
{
    return count_spmatches(pttrn, *this);
}