65 virtual INT_PTR
Compare(
const TYP& t)
const = 0;
bool operator<=(const TYP &t) const
[確認] 比較
bool operator>(const TYP &t) const
[確認] 比較
bool operator!=(const TYP &t) const
[確認] 比較
INT_PTR operator-(const TYP &t) const
[確認] 比較
virtual ~IComparableT(void)
デストラクタ
bool operator>=(const TYP &t) const
[確認] 比較
virtual bool IsEqual(const TYP &t) const
[確認] 比較
bool operator==(const TYP &t) const
[確認] 比較
bool operator<(const TYP &t) const
[確認] 比較
virtual INT_PTR Compare(const TYP &t) const =0
[確認] 比較