Beispiel #1
0
Integer Species::count(const Species& sp) const
{
    return count_spmatches(*this, sp);
}
Beispiel #2
0
Integer Species::count(const Species& pttrn) const
{
    return count_spmatches(pttrn, *this);
}