8 #include <system/object.h>
21 class ICondition :
public virtual System::Object
23 typedef ICondition<T> ThisType;
24 typedef System::Object BaseType;
26 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
27 RTTI_INFO_TEMPLATE_CLASS(ThisType, ThisTypeBaseTypesInfo);
36 virtual bool Check(
const T& el) = 0;
virtual bool Check(const T &el)=0
Returns true if the specified object satisfy the conditions.