Ejemplo n.º 1
0
inline
bool
CObject::IsObjectType (const CType& t) const
{
    return GetType().Get() == t.Get();
}
Ejemplo n.º 2
0
inline
bool operator ==(const CType& l, const CType& r)
{
    return l.Get() == r.Get();
}